home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 502395689

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/272#issuecomment-502395689 https://api.github.com/repos/simonw/datasette/issues/272 502395689 MDEyOklzc3VlQ29tbWVudDUwMjM5NTY4OQ== 9599 2019-06-15T20:05:26Z 2019-06-15T20:05:26Z OWNER

For the routing component: I'm going to base my implementation on the one from Django Channels.

https://github.com/django/channels/blob/507cb54fcb36df63282dd19653ea743036e7d63c/channels/routing.py#L123-L149

Documented here: https://channels.readthedocs.io/en/latest/topics/routing.html#urlrouter

Particularly relevant: my view classes need access to the components that were already parsed out of the URL by the router. I'm going to copy the Django Channels mechanism of stashing those in scope["url_route"]["kwargs"].

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