home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 489167692

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/446#issuecomment-489167692 https://api.github.com/repos/simonw/datasette/issues/446 489167692 MDEyOklzc3VlQ29tbWVudDQ4OTE2NzY5Mg== 9599 2019-05-03T17:02:24Z 2019-05-03T17:02:24Z OWNER

I looked at using namedtuples for this but hey have one major constraint: there isn't a clean way to convert them to dictionary-style JSON: https://bugs.python.org/issue30343

So something that uses a class which knows how to be rendered as JSON would be a better fit.

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