Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit6c3a361

Browse files
committed
some ideas on api v3.0
1 parent11e61b3 commit6c3a361

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

‎content/v3/changelog.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
910
be valid until sometime in 2012. A notice will be given closer to the
1011
actual 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+
1720
The 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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp