You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
- Update all mentions of the "default" version to communicate that v3 is now the default.- Update the example responses to show the v3 representation.- Remove the *inline* notes that explained how the v3 representation differs from the default representation. (Note that we still provide a consolidated list of differences between beta and v3 [1]).[1]:https://developer.github.com/v3/versions/#differences-from-beta-version
Copy file name to clipboardExpand all lines: content/v3/gists.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,12 +51,6 @@ Name | Type | Description
51
51
52
52
###Response
53
53
54
-
<divclass="alert">
55
-
<p>
56
-
<strong>Note</strong>: When using the <a href="/v3/media/#beta-v3-and-the-future">v3 media type</a>, the <code>user</code> attribute is renamed to <code>owner</code>.
Copy file name to clipboardExpand all lines: content/v3/issues.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ Name | Type | Description
76
76
77
77
<divclass="alert">
78
78
<p>
79
-
<strong>Note</strong>: Every pull request is an issue, but not every issue is a pull request.When using the <a href="/v3/media/#beta-v3-and-the-future">v3 media type</a>, if the issue is not a pull request, the response omits the <code>pull_request</code> attribute.
79
+
<strong>Note</strong>: Every pull request is an issue, but not every issue is a pull request.If the issue is not a pull request, the response omits the <code>pull_request</code> attribute.
<strong>Note</strong>: When using the <a href="/v3/media/#beta-v3-and-the-future">v3 media type</a>, the response omits the <code>master_branch</code> attribute. API clients should instead use the <code>default_branch</code> attribute to obtain the repository's default branch.
65
-
</p>
66
-
</div>
67
-
68
62
##List all public repositories
69
63
70
64
This provides a dump of every public repository, in the order that they were created.
@@ -144,12 +138,6 @@ The `parent` and `source` objects are present when the repository is a fork.
144
138
`parent` is the repository this repository was forked from,
145
139
`source` is the ultimate source for the network.
146
140
147
-
<divclass="alert">
148
-
<p>
149
-
<strong>Note</strong>: When using the <a href="/v3/media/#beta-v3-and-the-future">v3 media type</a>, the response omits the <code>master_branch</code> attribute. API clients should instead use the <code>default_branch</code> attribute to obtain the repository's default branch.
Copy file name to clipboardExpand all lines: content/v3/versions.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ title: Versions | GitHub API
3
3
---
4
4
#Versions
5
5
6
-
There are two stable versions of the GitHub API:[beta](#beta)and[v3](#v3). There are just a few[differences between these two versions](#differences-from-beta-version).
6
+
There are two stable versions of the GitHub API:the[v3](#v3) versionandthe legacy[beta](#beta) version. There are just a few[differences between these two versions](#differences-from-beta-version).
7
7
8
-
By default, all requests receive thebeta version. Soon,v3will become the defaultversion.(Check out the[blog post](/changes/2014-01-07-upcoming-change-to-default-media-type/) for details.)We encourage you to[request a specific version via the`Accept` header](/v3/media/#beta-v3-and-the-future).
8
+
By default, all requests receive the v3 version. We encourage you to[request a specific version via the`Accept` header](/v3/media/#request-specific-version).
9
9
10
10
#v3
11
11
@@ -94,9 +94,17 @@ The recommendations below will help you prepare your application for the next ma
94
94
95
95
#beta
96
96
97
-
The[beta API](/v3) is now stable and unchangeable. Please[file a support issue][support] if you have problems.
98
-
99
-
Starting April 15, 2014, the[beta version will no longer be the_default_ version](/changes/2014-01-07-upcoming-change-to-default-media-type/). However, we expect to continue supporting the beta version for a while. We will eventually retire the beta version, but we have no official retirement date to annouce at the moment. When the time comes, rest assured that we'll announce the retirement with plenty of notice.
97
+
<divclass="alert">
98
+
<p>
99
+
<strong>Note</strong>: We recommend using the <a href="#v3">v3 API</a>
100
+
instead of the legacy beta version of the API. We will eventually retire the
101
+
beta version, but we have no official retirement date to annouce at the
102
+
moment. When the time comes, rest assured that we'll announce the retirement
103
+
with plenty of notice.
104
+
</p>
105
+
</div>
106
+
107
+
The[beta API](/v3) is stable and unchangeable. Please[file a support issue][support] if you have problems.