home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1563283939

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-1563283939 https://api.github.com/repos/simonw/datasette/issues/2078 1563283939 IC_kwDOBm6k_c5dLdHj 9599 2023-05-25T17:47:38Z 2023-05-25T17:47:38Z OWNER

The idea behind wrap_view() is dependency injection - it's mainly used by plugins:

https://docs.datasette.io/en/0.64.3/plugin_hooks.html#register-routes-datasette

But I like the pattern so I started using it for some of Datasette's own features.

I should use it for all of Datasette's own features.

But I still like the way BaseView helps with running different code for GET/POST/etc verbs.

{
    "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 0.936ms · About: github-to-sqlite