@@ -4,8 +4,9 @@ title: GitHub API Changelog
4
4
5
5
#Current Version
6
6
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
9
10
be valid until sometime in 2012. A notice will be given closer to the
10
11
actual date.
11
12
@@ -14,10 +15,21 @@ issue](https://github.com/contact) if you have problems.
14
15
15
16
##Upcoming Version
16
17
18
+ Accept: application/vnd.github.v3+json
19
+
17
20
The API is expected to be finalized in late 2011.
18
21
19
22
###Expected Changes
20
23
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 ` .
21
33
* ` integrate_branch ` on the[ repo API] ( /v3/repos/#get ) will no longer be
22
34
returned.
23
35