Skip to content

Commit 61b61b7

Browse files
author
Hubot
committed
P U B L I S H 🚢
1 parent 4373bd0 commit 61b61b7

File tree

6 files changed

+87
-81
lines changed

6 files changed

+87
-81
lines changed

changes/index.html

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2348,6 +2348,35 @@ <h2 class="title">
23482348
<p>If you have any questions or feedback, <a href="https://github.com/contact?form%5Bsubject%5D=Feeds%20API">please drop us a line</a>.</p>
23492349

23502350

2351+
</div>
2352+
2353+
<div class="change" id="/changes/2013-05-06-create-update-delete-individual-files/">
2354+
<h2 class="title">
2355+
<a href="/changes/2013-05-06-create-update-delete-individual-files/">Create, update, and delete individual files</a>
2356+
</h2>
2357+
2358+
<div class="meta">
2359+
<ul>
2360+
<li class="published">
2361+
<span class="octicon octicon-calendar"></span>
2362+
May 6, 2013
2363+
2364+
</li>
2365+
<li class="who_when">
2366+
<img height="16" width="16" src="https://github.com/ymendel.png" alt="Avatar for ymendel">
2367+
<a href="https://github.com/ymendel">ymendel</a>
2368+
</li>
2369+
</ul>
2370+
</div>
2371+
2372+
<p>We’re following in the footsteps of GitHub.com’s ability to <a href="https://github.com/blog/143-inline-file-editing">edit</a> and
2373+
<a href="https://github.com/blog/1327-creating-files-on-github">create</a> files in your web browser. Starting today, the
2374+
<a href="/v3/repos/contents/">Repository Contents API</a> will let you easily <a href="/v3/repos/contents/#create-a-file">create</a>, <a href="/v3/repos/contents/#update-a-file">update</a>, and even
2375+
<a href="/v3/repos/contents/#delete-a-file">delete</a> individual files.</p>
2376+
2377+
<p>Happy editing!</p>
2378+
2379+
23512380
</div>
23522381

23532382
<div class="change" id="/changes/2013-05-06-repository-stats/">
@@ -2387,31 +2416,34 @@ <h2 class="title">
23872416

23882417
</div>
23892418

2390-
<div class="change" id="/changes/2013-05-06-create-update-delete-individual-files/">
2419+
<div class="change" id="/changes/2013-04-30-statuses-for-branches-and-tags/">
23912420
<h2 class="title">
2392-
<a href="/changes/2013-05-06-create-update-delete-individual-files/">Create, update, and delete individual files</a>
2421+
<a href="/changes/2013-04-30-statuses-for-branches-and-tags/">Commit Statuses Now Available for Branches and Tags</a>
23932422
</h2>
23942423

23952424
<div class="meta">
23962425
<ul>
23972426
<li class="published">
23982427
<span class="octicon octicon-calendar"></span>
2399-
May 6, 2013
2428+
April 30, 2013
24002429

24012430
</li>
24022431
<li class="who_when">
2403-
<img height="16" width="16" src="https://github.com/ymendel.png" alt="Avatar for ymendel">
2404-
<a href="https://github.com/ymendel">ymendel</a>
2432+
<img height="16" width="16" src="https://github.com/foca.png" alt="Avatar for foca">
2433+
<a href="https://github.com/foca">foca</a>
24052434
</li>
24062435
</ul>
24072436
</div>
24082437

2409-
<p>We’re following in the footsteps of GitHub.com’s ability to <a href="https://github.com/blog/143-inline-file-editing">edit</a> and
2410-
<a href="https://github.com/blog/1327-creating-files-on-github">create</a> files in your web browser. Starting today, the
2411-
<a href="/v3/repos/contents/">Repository Contents API</a> will let you easily <a href="/v3/repos/contents/#create-a-file">create</a>, <a href="/v3/repos/contents/#update-a-file">update</a>, and even
2412-
<a href="/v3/repos/contents/#delete-a-file">delete</a> individual files.</p>
2438+
<p>Last week we announced <a href="https://github.com/blog/1484-check-the-status-of-your-branches">support for build statuses in the branches page</a>.
2439+
Now we are extending this to the API. The <a href="http://developer.github.com/v3/repos/statuses/#list-statuses-for-a-specific-ref">API endpoint for commit statuses</a>
2440+
has been extended to allow branch and tag names, as well as commit SHAs.</p>
24132441

2414-
<p>Happy editing!</p>
2442+
<pre class="terminal">
2443+
curl https://api.github.com/repos/rails/rails/statuses/3-2-stable
2444+
</pre>
2445+
2446+
<p>Enjoy.</p>
24152447

24162448

24172449
</div>
@@ -2466,38 +2498,6 @@ <h2 class="title">
24662498
<a href="mailto:[email protected]?subject=Submodules%20in%20Repository%20Contents%20API">[email protected]</a>.</p>
24672499

24682500

2469-
</div>
2470-
2471-
<div class="change" id="/changes/2013-04-30-statuses-for-branches-and-tags/">
2472-
<h2 class="title">
2473-
<a href="/changes/2013-04-30-statuses-for-branches-and-tags/">Commit Statuses Now Available for Branches and Tags</a>
2474-
</h2>
2475-
2476-
<div class="meta">
2477-
<ul>
2478-
<li class="published">
2479-
<span class="octicon octicon-calendar"></span>
2480-
April 30, 2013
2481-
2482-
</li>
2483-
<li class="who_when">
2484-
<img height="16" width="16" src="https://github.com/foca.png" alt="Avatar for foca">
2485-
<a href="https://github.com/foca">foca</a>
2486-
</li>
2487-
</ul>
2488-
</div>
2489-
2490-
<p>Last week we announced <a href="https://github.com/blog/1484-check-the-status-of-your-branches">support for build statuses in the branches page</a>.
2491-
Now we are extending this to the API. The <a href="http://developer.github.com/v3/repos/statuses/#list-statuses-for-a-specific-ref">API endpoint for commit statuses</a>
2492-
has been extended to allow branch and tag names, as well as commit SHAs.</p>
2493-
2494-
<pre class="terminal">
2495-
curl https://api.github.com/repos/rails/rails/statuses/3-2-stable
2496-
</pre>
2497-
2498-
<p>Enjoy.</p>
2499-
2500-
25012501
</div>
25022502

25032503
<div class="change" id="/changes/2013-04-25-deprecating-merge-commit-sha/">

libraries/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ <h1>Octokit comes in<br>
7070

7171
<h1 id="third-party-libraries">Third-party libraries</h1>
7272

73+
<h2 id="dart">Dart</h2>
74+
75+
<ul>
76+
<li><a href="https://github.com/DirectMyFile/github.dart">github.dart</a></li>
77+
</ul>
78+
7379
<h2 id="net">.NET</h2>
7480

7581
<ul>

v3/gists/comments/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h3 id="response">Response</h3>
8080
<pre><code class="language-javascript highlight"><span class="p">[</span>
8181
<span class="p">{</span>
8282
<span class="s2">"id"</span><span class="p">:</span> <span class="mi">1</span><span class="p">,</span>
83-
<span class="s2">"url"</span><span class="p">:</span> <span class="s2">"https://api.github.com/gists/c104606b1efd80b3aaf8/comments/1"</span><span class="p">,</span>
83+
<span class="s2">"url"</span><span class="p">:</span> <span class="s2">"https://api.github.com/gists/ba85d0240022fa0a3459/comments/1"</span><span class="p">,</span>
8484
<span class="s2">"body"</span><span class="p">:</span> <span class="s2">"Just commenting for the sake of commenting"</span><span class="p">,</span>
8585
<span class="s2">"user"</span><span class="p">:</span> <span class="p">{</span>
8686
<span class="s2">"login"</span><span class="p">:</span> <span class="s2">"octocat"</span><span class="p">,</span>
@@ -119,7 +119,7 @@ <h3 id="response-1">Response</h3>
119119

120120
<pre><code class="language-javascript highlight"><span class="p">{</span>
121121
<span class="s2">"id"</span><span class="p">:</span> <span class="mi">1</span><span class="p">,</span>
122-
<span class="s2">"url"</span><span class="p">:</span> <span class="s2">"https://api.github.com/gists/c104606b1efd80b3aaf8/comments/1"</span><span class="p">,</span>
122+
<span class="s2">"url"</span><span class="p">:</span> <span class="s2">"https://api.github.com/gists/ba85d0240022fa0a3459/comments/1"</span><span class="p">,</span>
123123
<span class="s2">"body"</span><span class="p">:</span> <span class="s2">"Just commenting for the sake of commenting"</span><span class="p">,</span>
124124
<span class="s2">"user"</span><span class="p">:</span> <span class="p">{</span>
125125
<span class="s2">"login"</span><span class="p">:</span> <span class="s2">"octocat"</span><span class="p">,</span>
@@ -182,7 +182,7 @@ <h3 id="response-2">Response</h3>
182182

183183
<pre><code class="language-javascript highlight"><span class="p">{</span>
184184
<span class="s2">"id"</span><span class="p">:</span> <span class="mi">1</span><span class="p">,</span>
185-
<span class="s2">"url"</span><span class="p">:</span> <span class="s2">"https://api.github.com/gists/c104606b1efd80b3aaf8/comments/1"</span><span class="p">,</span>
185+
<span class="s2">"url"</span><span class="p">:</span> <span class="s2">"https://api.github.com/gists/ba85d0240022fa0a3459/comments/1"</span><span class="p">,</span>
186186
<span class="s2">"body"</span><span class="p">:</span> <span class="s2">"Just commenting for the sake of commenting"</span><span class="p">,</span>
187187
<span class="s2">"user"</span><span class="p">:</span> <span class="p">{</span>
188188
<span class="s2">"login"</span><span class="p">:</span> <span class="s2">"octocat"</span><span class="p">,</span>
@@ -244,7 +244,7 @@ <h3 id="response-3">Response</h3>
244244

245245
<pre><code class="language-javascript highlight"><span class="p">{</span>
246246
<span class="s2">"id"</span><span class="p">:</span> <span class="mi">1</span><span class="p">,</span>
247-
<span class="s2">"url"</span><span class="p">:</span> <span class="s2">"https://api.github.com/gists/c104606b1efd80b3aaf8/comments/1"</span><span class="p">,</span>
247+
<span class="s2">"url"</span><span class="p">:</span> <span class="s2">"https://api.github.com/gists/ba85d0240022fa0a3459/comments/1"</span><span class="p">,</span>
248248
<span class="s2">"body"</span><span class="p">:</span> <span class="s2">"Just commenting for the sake of commenting"</span><span class="p">,</span>
249249
<span class="s2">"user"</span><span class="p">:</span> <span class="p">{</span>
250250
<span class="s2">"login"</span><span class="p">:</span> <span class="s2">"octocat"</span><span class="p">,</span>

0 commit comments

Comments
 (0)