home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1563419066

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/2078#issuecomment-1563419066 https://api.github.com/repos/simonw/datasette/issues/2078 1563419066 IC_kwDOBm6k_c5dL-G6 9599 2023-05-25T19:42:16Z 2023-05-25T19:43:08Z OWNER

Maybe what I want here is the ability to register classes with the router - and have the router know that if it's a class it should instantiate it via its constructor and then await __call__ it.

The neat thing about it is that it can reduce the risk of having a class instance that accidentally shares state between requests.

It also encourages that each class only responds based on the datasette, request, ... objects that are passed to its methods.

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