home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 713821656

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/1036#issuecomment-713821656 https://api.github.com/repos/simonw/datasette/issues/1036 713821656 MDEyOklzc3VlQ29tbWVudDcxMzgyMTY1Ng== 9599 2020-10-21T19:22:45Z 2020-10-21T19:41:48Z OWNER

So for https://latest.datasette.io/fixtures/binary_data the BLOB download URLs would be:

https://latest.datasette.io/fixtures/-/blob/binary_data/1/data.blob - that last bit after the primary key is to indicate the data column

With these headers:

  • Content-Disposition: attachment; filename="binary_data-1-data.blob"
  • X-Content-Type-Options: nosniff
  • Content-Type: application/binary
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
725996507  
Powered by Datasette · Queries took 1.042ms · About: github-to-sqlite