home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 1331478611

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/1915#issuecomment-1331478611 https://api.github.com/repos/simonw/datasette/issues/1915 1331478611 IC_kwDOBm6k_c5PXMBT 9599 2022-11-30T00:07:37Z 2022-11-30T00:07:37Z OWNER Then I created an API token at https://latest.datasette.io/-/create-token and ran this: ``` curl -XPOST 'https://latest.datasette.io/ephemeral/new_table/-/insert' \ -H 'Authorization: Bearer xxx' \ -H 'Content-Type: application/json' \ -d '{"row": {"name": "NAME"}}' ``` And it inserted a row into https://latest.datasette.io/ephemeral/new_table {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 1468709531  
Powered by Datasette · Queries took 0.665ms