home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 780278550

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association pull_request body repo type active_lock_reason performed_via_github_app reactions draft state_reason
780278550 MDU6SXNzdWU3ODAyNzg1NTA= 1179 Make original path available to render hooks 9599 open 0     8 2021-01-06T08:31:45Z 2021-01-25T04:44:33Z   OWNER  

https://github.com/simonw/datasette-export-notebook/blob/0.1/datasette_export_notebook/init.py

python async def render_notebook(datasette, request): return Response.html( await datasette.render_template( "export_notebook.html", { "csv_stream_url": datasette.absolute_url( request, path_with_format( request=request, format="csv", extra_qs={"_stream": "on"} ), ), "json_url": datasette.absolute_url( request, path_with_format( request=request, format="json", extra_qs={"_shape": "array"} ), ), "json": json, }, ) ) This results in https://latest-with-plugins.datasette.io/github/issue_comments.Notebook showing http://latest-with-plugins.datasette.io/github/issue_comments.Notebook?_format=json&_shape=array

107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/1179/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
   

Links from other tables

  • 2 rows from issues_id in issues_labels
  • 8 rows from issue in issue_comments
Powered by Datasette · Queries took 0.918ms · About: github-to-sqlite