Last active
May 1, 2017 16:15
-
-
Save l0ris/1330211cb5b4221cda9b19705dd1a85e to your computer and use it in GitHub Desktop.
This file contains 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
# List user repo | |
https://api.github.com/users/USER/repos?type=all | |
# List user repos including forks | |
https://api.github.com/users/USER/repos?type=forks&per_page=1000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment