home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 636229764

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/774#issuecomment-636229764 https://api.github.com/repos/simonw/datasette/issues/774 636229764 MDEyOklzc3VlQ29tbWVudDYzNjIyOTc2NA== 9599 2020-05-29T23:05:48Z 2020-05-29T23:05:48Z OWNER

I'm going to rebuild RequestParameters to no longer subclass dict. I'll keep the following methods:

  • __contains__()
  • __getitem__() (with the new behaviour)
  • keys()
  • iterating iterates keys
  • __len__
  • get
  • getlist

It won't support writing, so it will effectively be immutable after you have constructed it.

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