home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 605316146

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/dogsheep/pocket-to-sqlite/issues/1#issuecomment-605316146 https://api.github.com/repos/dogsheep/pocket-to-sqlite/issues/1 605316146 MDEyOklzc3VlQ29tbWVudDYwNTMxNjE0Ng== 9599 2020-03-27T21:09:15Z 2020-03-27T21:09:22Z MEMBER For a progress bar I need to know how many total items there are. I found an undocumented API for this! `/v3/stats` which returns: ```json { "count_list": 7394, "count_read": 1016, "count_unread": 6378, "status": 1 } ``` I guessed this based on the documented v2 API: https://getpocket.com/api/v2_docs/#stats {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 503233021  
Powered by Datasette · Queries took 5.791ms