home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 849724108

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/1342#issuecomment-849724108 https://api.github.com/repos/simonw/datasette/issues/1342 849724108 MDEyOklzc3VlQ29tbWVudDg0OTcyNDEwOA== 9599 2021-05-27T15:21:54Z 2021-05-27T15:21:54Z OWNER

Turns out some of these are already being exposed to the template context on an ad-hoc basis.

In QueryView: https://github.com/simonw/datasette/blob/2bd9d54b2762c991e11950c22c88c0336158d49b/datasette/views/database.py#L295-L304

In TableView: https://github.com/simonw/datasette/blob/f1c29fd6a184254aa68efadf096bcf21e848f921/datasette/views/table.py#L897-L900

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