Created
July 6, 2014 11:42
-
-
Save chris-rock/6eef76e514135ba3bfba to your computer and use it in GitHub Desktop.
Export Github issues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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