Skip to content

Instantly share code, notes, and snippets.

@chris-rock
Created July 6, 2014 11:42
Show Gist options
  • Save chris-rock/6eef76e514135ba3bfba to your computer and use it in GitHub Desktop.
Save chris-rock/6eef76e514135ba3bfba to your computer and use it in GitHub Desktop.
Export Github issues
# download the first 100 items
# if you need more, change the page
http https://api.github.com/repos/:user/:repo/issues\?state\=all\&page\=4\&per_page\=100 'Content-Type:application/json' 'Authorization:token yourtoken' > backup01.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment