Created
January 22, 2010 20:15
-
-
Save broquaint/284089 to your computer and use it in GitHub Desktop.
Gitalist URI structure
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
/projects ?sortOptions | |
/<repo>/summary | |
/<repo>/<commit sha1>/commit | |
/<repo>/<commit sha1>/diff | |
/<repo>/<commit sha1>/patch | |
/<repo>/<commit sha1>/snapshot | |
/<repo>/<commit sha1>/tree | |
/<repo>/<commit sha1>/tree/<path> | |
/<repo>/<commit sha1>/blame/<file name> | |
/<repo>/<commit sha1>/blob/<file name> | |
/<repo>/<tree sha1>/blob/<file name> | |
/<repo>/<blob sha1>/blob/<file name> | |
/<repo>/<commit sha1>/raw/<file name> | |
/<repo>/<commit sha1>/history | |
/<repo>/search ?searchOptions | |
/<repo>/atom | |
/<repo>/rss | |
/opml | |
/text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment