home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 504765145

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/pull/518#issuecomment-504765145 https://api.github.com/repos/simonw/datasette/issues/518 504765145 MDEyOklzc3VlQ29tbWVudDUwNDc2NTE0NQ== 9599 2019-06-23T16:04:37Z 2019-06-23T16:04:37Z OWNER Another bug: JSON is being served without a content-type header: ``` ~ $ curl -i 'http://127.0.0.1:8001/fivethirtyeight/ahca-polls%2Fahca_polls.json' HTTP/1.1 200 OK date: Sun, 23 Jun 2019 16:04:01 GMT server: uvicorn referrer-policy: no-referrer transfer-encoding: chunked {"database": "fivethirtyeight", "table": "ahca-polls/ahca_polls", ... ``` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 459587155  
Powered by Datasette · Queries took 0.887ms