home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 1563563438

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/2079#issuecomment-1563563438 https://api.github.com/repos/simonw/datasette/issues/2079 1563563438 IC_kwDOBm6k_c5dMhWu 9599 2023-05-25T22:08:28Z 2023-05-25T22:08:28Z OWNER I ran this on https://www.example.com/ twice using the console: ```javascript fetch( `https://latest.datasette.io/ephemeral/foo/1/-/update`, { method: "POST", mode: "cors", headers: { Authorization: `Bearer tok`, "Content-Type": "application/json", }, body: JSON.stringify({update: {blah: 1}}), } ) .then((r) => r.json()) .then((data) => { console.log(data); }); ``` And got this in the network pane: <img width="945" alt="image" src="https://github.com/simonw/datasette/assets/9599/cc767917-388b-4616-b35d-efaa1591948a"> {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 1726531350  
Powered by Datasette ยท Queries took 1.049ms