home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 705917015

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/1001#issuecomment-705917015 https://api.github.com/repos/simonw/datasette/issues/1001 705917015 MDEyOklzc3VlQ29tbWVudDcwNTkxNzAxNQ== 9599 2020-10-09T01:38:49Z 2020-10-09T01:38:49Z OWNER

I actually have a sensible OPTIONS implementation here:

https://github.com/simonw/datasette/blob/a648bb82bac201c7658f6fdb499ff8ac17ebd2e8/datasette/views/base.py#L154-L165

I'm going to set the default one to return a 405 (Method Not Allowed) like Google does.

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