Skip to content

Instantly share code, notes, and snippets.

@l0ris
Last active May 1, 2017 16:15
Show Gist options
  • Save l0ris/1330211cb5b4221cda9b19705dd1a85e to your computer and use it in GitHub Desktop.
Save l0ris/1330211cb5b4221cda9b19705dd1a85e to your computer and use it in GitHub Desktop.
# 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