home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 716077436

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/1034#issuecomment-716077436 https://api.github.com/repos/simonw/datasette/issues/1034 716077436 MDEyOklzc3VlQ29tbWVudDcxNjA3NzQzNg== 9599 2020-10-25T01:08:35Z 2020-10-25T01:08:42Z OWNER

This is actually a bit tricky to implement, for a few reasons:

  • Need to generate a full URL, including the https://host/ bit. I've done this for next_url in the JSON output before, thankfully.
  • This only makes sense for CSV output for tables. If it's the CSV output of an arbitrary query there's no /db/table/-/blob/pk/column.blob page for me to link to.
  • Need to generate those /.../-/blob/... URLs for the data that is being output as CSV.
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
725184645  
Powered by Datasette · Queries took 0.975ms · About: github-to-sqlite