Skip to content

Instantly share code, notes, and snippets.

@jyydev
Last active June 29, 2021 05:16
Show Gist options
  • Save jyydev/e22677df70f908efd2fde767f52e8eeb to your computer and use it in GitHub Desktop.
Save jyydev/e22677df70f908efd2fde767f52e8eeb to your computer and use it in GitHub Desktop.
github api urls

Github API urls

  • https://api.github.com/repos/<USERNAME>/contents/
  • https://api.github.com/repos/<USERNAME>/contents/<REPO>/<FOLDER/FILE...>

Raw

  • https://raw.githubusercontent.com/{USERNAME}/{FOLDER,FILE...}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment