home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 712482504

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/1020#issuecomment-712482504 https://api.github.com/repos/simonw/datasette/issues/1020 712482504 MDEyOklzc3VlQ29tbWVudDcxMjQ4MjUwNA== 9599 2020-10-19T22:45:01Z 2020-10-19T22:45:01Z OWNER I'm having trouble coming up with the syntax for this. Here's one option: ```python response = await datasette.client.get(path, request=request) ``` But this feels confusing to me. We're not using the `request=` argument as a request - we're using it as a source of some default request values (the cookies and incoming headers, but not the path). We're essentially combining that request with the other arguments passed to `.get()`. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 721068929  
Powered by Datasette · Queries took 1.039ms