home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 1335870879

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/1928#issuecomment-1335870879 https://api.github.com/repos/simonw/datasette/issues/1928 1335870879 IC_kwDOBm6k_c5Pn8Wf 9599 2022-12-02T21:18:25Z 2022-12-02T21:18:25Z OWNER This is the SQL view for the atom feed: ```sql CREATE VIEW hacker_news_posts_atom as select id as atom_id, title as atom_title, url, commentsUrl as atom_link, dt || 'Z' as atom_updated, 'Submitter: ' || submitter || ' - ' || points || ' points, ' || numComments || ' comments' as atom_content from hacker_news_posts order by dt desc limit 100; ``` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 1473481262  
Powered by Datasette · Queries took 3.04ms