home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 615883687

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/dogsheep/github-to-sqlite/issues/28#issuecomment-615883687 https://api.github.com/repos/dogsheep/github-to-sqlite/issues/28 615883687 MDEyOklzc3VlQ29tbWVudDYxNTg4MzY4Nw== 9599 2020-04-18T14:49:58Z 2020-04-18T14:49:58Z MEMBER

That happened trying to pull contributors for dogsheep/beta - an empty repository. Turns out it was returning a 204 no content: ~ $ curl -i 'https://api.github.com/repos/dogsheep/beta/contributors' HTTP/1.1 204 No Content

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