home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1668691898

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/2118#issuecomment-1668691898 https://api.github.com/repos/simonw/datasette/issues/2118 1668691898 IC_kwDOBm6k_c5jdje6 9599 2023-08-07T23:15:14Z 2023-08-07T23:16:28Z OWNER

New error design: json {"ok": false, "error": "Error message here", "rows": [], "columns": [], "truncated": false} I guess that means I need to add "ok": true to the default format as well - which makes sense because table JSON has that already:

https://latest.datasette.io/fixtures/facetable.json

json { "ok": true, "next": null, "rows": [...] }

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