Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 2598fb7

Browse files
committed
P U B L I S H 📑
1 parent fd9dfee commit 2598fb7

File tree

62 files changed

+631
-271
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+631
-271
lines changed

changes.atom

Lines changed: 58 additions & 58 deletions
Large diffs are not rendered by default.

changes/2013-04-25-deprecating-merge-commit-sha/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h2 class="title">
7171
attribute</a> for improved understanding.</p>
7272

7373
<p>To protect future API consumers from this confusion, we have
74-
<a href="/v3/#deprecations">deprecated</a> the <code>merge_commit_sha</code> attribute, and we will
74+
<a href="/v3/versions/#v3-deprecations">deprecated</a> the <code>merge_commit_sha</code> attribute, and we will
7575
remove it in the next major version of the API.</p>
7676

7777
<p>As always, if you have any questions or feedback, please drop us a line at

changes/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ <h2 class="title">
951951
attribute</a> for improved understanding.</p>
952952

953953
<p>To protect future API consumers from this confusion, we have
954-
<a href="/v3/#deprecations">deprecated</a> the <code>merge_commit_sha</code> attribute, and we will
954+
<a href="/v3/versions/#v3-deprecations">deprecated</a> the <code>merge_commit_sha</code> attribute, and we will
955955
remove it in the next major version of the API.</p>
956956

957957
<p>As always, if you have any questions or feedback, please drop us a line at

search-index.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,11 @@
284284
"url": "/v3/users/keys/",
285285
"title": "User Public Keys",
286286
"section": "API/Users"
287+
},
288+
{
289+
"url": "/v3/versions/",
290+
"title": "Versions",
291+
"section": "API/Overview"
287292
}
288293
]
289294
}

v3/activity/events/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ <h3><a href="#" class="js-expand-btn collapsed arrow-btn"></a><a href="/v3/">Ove
203203
<li><a href="/v3/oauth/">OAuth</a></li>
204204
<li><a href="/v3/auth/">Other Authentication Methods</a></li>
205205
<li><a href="/v3/troubleshooting/">Troubleshooting</a></li>
206+
<li><a href="/v3/versions/">Versions</a></li>
206207
</ul>
207208
</li>
208209
<li class="js-topic">

v3/activity/events/types/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,7 @@ <h3><a href="#" class="js-expand-btn collapsed arrow-btn"></a><a href="/v3/">Ove
809809
<li><a href="/v3/oauth/">OAuth</a></li>
810810
<li><a href="/v3/auth/">Other Authentication Methods</a></li>
811811
<li><a href="/v3/troubleshooting/">Troubleshooting</a></li>
812+
<li><a href="/v3/versions/">Versions</a></li>
812813
</ul>
813814
</li>
814815
<li class="js-topic">

v3/activity/feeds/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ <h3><a href="#" class="js-expand-btn collapsed arrow-btn"></a><a href="/v3/">Ove
139139
<li><a href="/v3/oauth/">OAuth</a></li>
140140
<li><a href="/v3/auth/">Other Authentication Methods</a></li>
141141
<li><a href="/v3/troubleshooting/">Troubleshooting</a></li>
142+
<li><a href="/v3/versions/">Versions</a></li>
142143
</ul>
143144
</li>
144145
<li class="js-topic">

v3/activity/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ <h3><a href="#" class="js-expand-btn collapsed arrow-btn"></a><a href="/v3/">Ove
9393
<li><a href="/v3/oauth/">OAuth</a></li>
9494
<li><a href="/v3/auth/">Other Authentication Methods</a></li>
9595
<li><a href="/v3/troubleshooting/">Troubleshooting</a></li>
96+
<li><a href="/v3/versions/">Versions</a></li>
9697
</ul>
9798
</li>
9899
<li class="js-topic">

v3/activity/notifications/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ <h3><a href="#" class="js-expand-btn collapsed arrow-btn"></a><a href="/v3/">Ove
581581
<li><a href="/v3/oauth/">OAuth</a></li>
582582
<li><a href="/v3/auth/">Other Authentication Methods</a></li>
583583
<li><a href="/v3/troubleshooting/">Troubleshooting</a></li>
584+
<li><a href="/v3/versions/">Versions</a></li>
584585
</ul>
585586
</li>
586587
<li class="js-topic">

v3/activity/starring/index.html

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ <h3 id="starring-vs-watching">Starring vs. Watching</h3>
7777
<h2 id="list-stargazers">List Stargazers</h2>
7878

7979
<pre><code>GET /repos/:owner/:repo/stargazers
80-
81-
# Legacy, using github.beta media type.
82-
GET /repos/:owner/:repo/watchers
8380
</code></pre>
8481

8582
<h3 id="response">Response</h3>
@@ -117,17 +114,11 @@ <h2 id="list-repositories-being-starred">List repositories being starred</h2>
117114
<p>List repositories being starred by a user.</p>
118115

119116
<pre><code>GET /users/:user/starred
120-
121-
# Legacy, using github.beta media type.
122-
GET /users/:user/watched
123117
</code></pre>
124118

125119
<p>List repositories being starred by the authenticated user.</p>
126120

127121
<pre><code>GET /user/starred
128-
129-
# Legacy, using github.beta media type.
130-
GET /user/watched
131122
</code></pre>
132123

133124
<h3 id="parameters">Parameters</h3>
@@ -204,6 +195,7 @@ <h3 id="response-1">Response</h3>
204195
<span class="s2">"stargazers_count"</span><span class="o">:</span> <span class="mi">80</span><span class="p">,</span>
205196
<span class="s2">"watchers_count"</span><span class="o">:</span> <span class="mi">80</span><span class="p">,</span>
206197
<span class="s2">"size"</span><span class="o">:</span> <span class="mi">108</span><span class="p">,</span>
198+
<span class="s2">"default_branch"</span><span class="o">:</span> <span class="s2">"master"</span><span class="p">,</span>
207199
<span class="s2">"master_branch"</span><span class="o">:</span> <span class="s2">"master"</span><span class="p">,</span>
208200
<span class="s2">"open_issues_count"</span><span class="o">:</span> <span class="mi">0</span><span class="p">,</span>
209201
<span class="s2">"pushed_at"</span><span class="o">:</span> <span class="s2">"2011-01-26T19:06:43Z"</span><span class="p">,</span>
@@ -217,9 +209,6 @@ <h2 id="check-if-you-are-starring-a-repository">Check if you are starring a repo
217209
<p>Requires for the user to be authenticated.</p>
218210

219211
<pre><code>GET /user/starred/:owner/:repo
220-
221-
# Legacy, using github.beta media type.
222-
GET /user/watched/:owner/:repo
223212
</code></pre>
224213

225214
<h3 id="response-if-this-repository-is-starred-by-you">Response if this repository is starred by you</h3>
@@ -239,9 +228,6 @@ <h2 id="star-a-repository">Star a repository</h2>
239228
<p>Requires for the user to be authenticated.</p>
240229

241230
<pre><code>PUT /user/starred/:owner/:repo
242-
243-
# Legacy, using github.beta media type.
244-
PUT /user/watched/:owner/:repo
245231
</code></pre>
246232

247233
<h3 id="response-2">Response</h3>
@@ -255,9 +241,6 @@ <h2 id="unstar-a-repository">Unstar a repository</h2>
255241
<p>Requires for the user to be authenticated.</p>
256242

257243
<pre><code>DELETE /user/starred/:owner/:repo
258-
259-
# Legacy, using github.beta media type.
260-
DELETE /user/watched/:owner/:repo
261244
</code></pre>
262245

263246
<h3 id="response-3">Response</h3>
@@ -278,6 +261,7 @@ <h3><a href="#" class="js-expand-btn collapsed arrow-btn"></a><a href="/v3/">Ove
278261
<li><a href="/v3/oauth/">OAuth</a></li>
279262
<li><a href="/v3/auth/">Other Authentication Methods</a></li>
280263
<li><a href="/v3/troubleshooting/">Troubleshooting</a></li>
264+
<li><a href="/v3/versions/">Versions</a></li>
281265
</ul>
282266
</li>
283267
<li class="js-topic">

0 commit comments

Comments
 (0)