@@ -4,8 +4,9 @@ title: GitHub API Changelog
44
55#Current Version
66
7- The GitHub API version is currently in beta. The Accept mime type is
8- ` application/vnd.github.beta+json ` . The` beta ` mime type property will
7+ Accept: application/vnd.github.beta+json
8+
9+ The GitHub API version is currently in beta. The` beta ` mime type property will
910be valid until sometime in 2012. A notice will be given closer to the
1011actual date.
1112
@@ -14,10 +15,21 @@ issue](https://github.com/contact) if you have problems.
1415
1516##Upcoming Version
1617
18+ Accept: application/vnd.github.v3+json
19+
1720The API is expected to be finalized in late 2011.
1821
1922###Expected Changes
2023
24+ * All` *_url ` attributes move to a` _links ` object. See[ Pull
25+ Requests] ( http://developer.github.com/v3/pulls/#get-a-single-pull-request ) for an example.
26+ * The` /repos/:user/:repo/hooks/:id/test ` action becomes
27+ ` /repos/:user/:repo/hooks/:id/tests ` .
28+ * The` /gists/:id/fork ` action becomes` /gists/:id/forks ` .
29+ * Gist forks/history objects become separate API calls.
30+ * Gist files object is not returned on Gist listings.
31+ * Commit schema will change to be more consistent.
32+ * ` master_branch ` becomes` default_branch ` .
2133* ` integrate_branch ` on the[ repo API] ( /v3/repos/#get ) will no longer be
2234 returned.
2335