| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
| title | GitHub API |
|---|
This describes the resources that make up the official GitHub API v3. If you have any problems or requests please contact support.
For the new API v3, start browsing the resources on the right >>
View the API Changelog for information on existing and planned changes to the API.
Accept: application/vnd.github.beta+json
The GitHub API version is currently in beta. The beta media type property will be valid until sometime in 2013. A notice will be given closer to the actual date.
We consider the "beta" API unchangeable. File a support issue if you have problems.
These changes are not implemented, just planned for the next major API version.
Standardize on existing *_url attributes for hypermedia. Remove all _links objects.
The /repos/:owner/:repo/hooks/:id/test action becomes /repos/:owner/:repo/hooks/:id/tests.
The /gists/:id/fork action becomes /gists/:id/forks.
Gist forks/history objects become separate API calls.
Gist files object is not returned on Gist listings.
Commit schema will change to be more consistent.
master_branch becomes default_branch.
integrate_branch on the repo API will no longer be returned.
Use the private attribute when creating a private repository, instead of setting public to false.
Use JSON to POST to the "repos/:owner/:repo/forks" endpoint, instead of a query string.
User Emails come back as a hash instead of a string.
{"email": "email@whatev.com", "state": "verified"}
| Back | FazBrowse Home | New Git URL |