home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 996118401

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/625#issuecomment-996118401 https://api.github.com/repos/simonw/datasette/issues/625 996118401 IC_kwDOBm6k_c47X4-B 9599 2021-12-16T19:34:28Z 2021-12-16T19:34:55Z OWNER

The big question here is do I break any existing clients of the "facet_results" JSON API?

It's still pre-1.0 so I could break them, but I've also built my own code against this in the past so it's likely other people have too.

If I don't break them, I will instead need to come up with a naming convention for those keys - something like "tags__array" for example. As well as a way to ensure that a column called tags__array doesn't end up conflicting with the tags__array key!

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