home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 675753114

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/943#issuecomment-675753114 https://api.github.com/repos/simonw/datasette/issues/943 675753114 MDEyOklzc3VlQ29tbWVudDY3NTc1MzExNA== 9599 2020-08-18T22:34:55Z 2020-08-18T22:34:55Z OWNER

Maybe allow this:

response = await datasette.get("/{database}/{table}.json", database=database, table=table)

This could cause problems if users ever need to pass literal { in their paths. Maybe allow this too:

response = await datasette.get("/{database}/{table}.json", interpolate=False)

Not convinced this is useful - it's a bit unintuitive.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
681375466  
Powered by Datasette · Queries took 0.79ms · About: github-to-sqlite