Skip to content

Instantly share code, notes, and snippets.

@akrisiun
Created February 17, 2021 14:45
Show Gist options
  • Save akrisiun/4e04dc9a7850b5a4ee3a167ac6462594 to your computer and use it in GitHub Desktop.
Save akrisiun/4e04dc9a7850b5a4ee3a167ac6462594 to your computer and use it in GitHub Desktop.

Github gists api: per_page=, page=

GET /gists
Parameters
Name	Type	In	Description
-----|-----|---------------
accept	string	header	
Setting to application/vnd.github.v3+json is recommended.
since	string	query	
    Only show notifications updated after the given time.
    This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

per_page	- integer	query	
    Results per page (max 100).
page	
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment