home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 719996693

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/1048#issuecomment-719996693 https://api.github.com/repos/simonw/datasette/issues/1048 719996693 MDEyOklzc3VlQ29tbWVudDcxOTk5NjY5Mw== 9599 2020-10-31T22:32:09Z 2022-07-10T16:22:48Z OWNER

The row_path part of these really isn't very user friendly, since you need to properly URL-encode the values. The safest way to do so is by calling this obscure, undocumented utility function: https://github.com/simonw/datasette/blob/f0bd2d05f5f7832df4879822afb99d2096c00d48/datasette/utils/init.py#L84-L98

This feels like it should be improved before I turn it into a documented API.

(Note that this API deals with a row that is a potentially-nested dictionary - not with a sqlite3.Row object.)

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