issue_comments: 635530876
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-635530876 | https://api.github.com/repos/simonw/datasette/issues/774 | 635530876 | MDEyOklzc3VlQ29tbWVudDYzNTUzMDg3Ng== | 9599 | 2020-05-28T18:50:18Z | 2020-05-28T18:50:18Z | OWNER | How about moving this functionality to the request object itself? ```python q = request["q"] # Raises KeyError if missing, otherwise returns first q = request.get("q", "default") # Returns first, or optional default or None facets = request.getlist("_facet") ``` | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | 626078521 |