home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 692298011

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/880#issuecomment-692298011 https://api.github.com/repos/simonw/datasette/issues/880 692298011 MDEyOklzc3VlQ29tbWVudDY5MjI5ODAxMQ== 9599 2020-09-14T20:33:13Z 2020-09-14T20:33:13Z OWNER

I'm going to support several ways of indicating that you would like a JSON response instead of getting a HTTP redirect from your writable canned query submission:

  • Use the Accept: application/json request header
  • Include ?_json=1 in the request query string
  • Include "_json": 1 in the form submission (or the JSON body submission)
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
648637666  
Powered by Datasette · Queries took 0.945ms · About: github-to-sqlite