Skip to content

Commit 4023928

Browse files
author
Hubot
committed
P U B L I S H 💥
1 parent fb53b08 commit 4023928

4 files changed

Lines changed: 75 additions & 74 deletions

File tree

changes/index.html

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -3387,6 +3387,35 @@ <h2 class="title">
33873387
<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>
33883388

33893389

3390+
</div>
3391+
3392+
<div class="change" id="/changes/2013-05-06-create-update-delete-individual-files/">
3393+
<h2 class="title">
3394+
<a href="/changes/2013-05-06-create-update-delete-individual-files/">Create, update, and delete individual files</a>
3395+
</h2>
3396+
3397+
<div class="meta">
3398+
<ul>
3399+
<li class="published">
3400+
<span class="octicon octicon-calendar"></span>
3401+
May 6, 2013
3402+
3403+
</li>
3404+
<li class="who_when">
3405+
<img height="16" width="16" src="https://github.com/ymendel.png" alt="Avatar for ymendel">
3406+
<a href="https://github.com/ymendel">ymendel</a>
3407+
</li>
3408+
</ul>
3409+
</div>
3410+
3411+
<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
3412+
<a href="https://github.com/blog/1327-creating-files-on-github">create</a> files in your web browser. Starting today, the
3413+
<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
3414+
<a href="/v3/repos/contents/#delete-a-file">delete</a> individual files.</p>
3415+
3416+
<p>Happy editing!</p>
3417+
3418+
33903419
</div>
33913420

33923421
<div class="change" id="/changes/2013-05-06-repository-stats/">
@@ -3426,31 +3455,34 @@ <h2 class="title">
34263455

34273456
</div>
34283457

3429-
<div class="change" id="/changes/2013-05-06-create-update-delete-individual-files/">
3458+
<div class="change" id="/changes/2013-04-30-statuses-for-branches-and-tags/">
34303459
<h2 class="title">
3431-
<a href="/changes/2013-05-06-create-update-delete-individual-files/">Create, update, and delete individual files</a>
3460+
<a href="/changes/2013-04-30-statuses-for-branches-and-tags/">Commit Statuses Now Available for Branches and Tags</a>
34323461
</h2>
34333462

34343463
<div class="meta">
34353464
<ul>
34363465
<li class="published">
34373466
<span class="octicon octicon-calendar"></span>
3438-
May 6, 2013
3467+
April 30, 2013
34393468

34403469
</li>
34413470
<li class="who_when">
3442-
<img height="16" width="16" src="https://github.com/ymendel.png" alt="Avatar for ymendel">
3443-
<a href="https://github.com/ymendel">ymendel</a>
3471+
<img height="16" width="16" src="https://github.com/foca.png" alt="Avatar for foca">
3472+
<a href="https://github.com/foca">foca</a>
34443473
</li>
34453474
</ul>
34463475
</div>
34473476

3448-
<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
3449-
<a href="https://github.com/blog/1327-creating-files-on-github">create</a> files in your web browser. Starting today, the
3450-
<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
3451-
<a href="/v3/repos/contents/#delete-a-file">delete</a> individual files.</p>
3477+
<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>.
3478+
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>
3479+
has been extended to allow branch and tag names, as well as commit SHAs.</p>
34523480

3453-
<p>Happy editing!</p>
3481+
<pre class="terminal">
3482+
curl https://api.github.com/repos/rails/rails/statuses/3-2-stable
3483+
</pre>
3484+
3485+
<p>Enjoy.</p>
34543486

34553487

34563488
</div>
@@ -3505,38 +3537,6 @@ <h2 class="title">
35053537
<a href="mailto:support@github.com?subject=Submodules%20in%20Repository%20Contents%20API">support@github.com</a>.</p>
35063538

35073539

3508-
</div>
3509-
3510-
<div class="change" id="/changes/2013-04-30-statuses-for-branches-and-tags/">
3511-
<h2 class="title">
3512-
<a href="/changes/2013-04-30-statuses-for-branches-and-tags/">Commit Statuses Now Available for Branches and Tags</a>
3513-
</h2>
3514-
3515-
<div class="meta">
3516-
<ul>
3517-
<li class="published">
3518-
<span class="octicon octicon-calendar"></span>
3519-
April 30, 2013
3520-
3521-
</li>
3522-
<li class="who_when">
3523-
<img height="16" width="16" src="https://github.com/foca.png" alt="Avatar for foca">
3524-
<a href="https://github.com/foca">foca</a>
3525-
</li>
3526-
</ul>
3527-
</div>
3528-
3529-
<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>.
3530-
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>
3531-
has been extended to allow branch and tag names, as well as commit SHAs.</p>
3532-
3533-
<pre class="terminal">
3534-
curl https://api.github.com/repos/rails/rails/statuses/3-2-stable
3535-
</pre>
3536-
3537-
<p>Enjoy.</p>
3538-
3539-
35403540
</div>
35413541

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

libraries/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ <h2 id="erlang">Erlang</h2>
100100

101101
<ul>
102102
<li><a href="https://github.com/onlyshk/erlang-github-api">Erlang GitHub API</a></li>
103+
<li><a href="https://github.com/sdepold/octo.erl">octo.erl</a></li>
103104
</ul>
104105

105106
<h2 id="go">Go</h2>

v3/gists/comments/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h3 id="response">Response</h3>
8282
<pre class="body-response"><code class="language-javascript highlight"><span class="p">[</span>
8383
<span class="p">{</span>
8484
<span class="s2">"id"</span><span class="p">:</span> <span class="mi">1</span><span class="p">,</span>
85-
<span class="s2">"url"</span><span class="p">:</span> <span class="s2">"https://api.github.com/gists/76f4022583d9eea2b9cc/comments/1"</span><span class="p">,</span>
85+
<span class="s2">"url"</span><span class="p">:</span> <span class="s2">"https://api.github.com/gists/b2c2e0b82e70658efce1/comments/1"</span><span class="p">,</span>
8686
<span class="s2">"body"</span><span class="p">:</span> <span class="s2">"Just commenting for the sake of commenting"</span><span class="p">,</span>
8787
<span class="s2">"user"</span><span class="p">:</span> <span class="p">{</span>
8888
<span class="s2">"login"</span><span class="p">:</span> <span class="s2">"octocat"</span><span class="p">,</span>
@@ -121,7 +121,7 @@ <h3 id="response-1">Response</h3>
121121

122122
<pre class="body-response"><code class="language-javascript highlight"><span class="p">{</span>
123123
<span class="s2">"id"</span><span class="p">:</span> <span class="mi">1</span><span class="p">,</span>
124-
<span class="s2">"url"</span><span class="p">:</span> <span class="s2">"https://api.github.com/gists/76f4022583d9eea2b9cc/comments/1"</span><span class="p">,</span>
124+
<span class="s2">"url"</span><span class="p">:</span> <span class="s2">"https://api.github.com/gists/b2c2e0b82e70658efce1/comments/1"</span><span class="p">,</span>
125125
<span class="s2">"body"</span><span class="p">:</span> <span class="s2">"Just commenting for the sake of commenting"</span><span class="p">,</span>
126126
<span class="s2">"user"</span><span class="p">:</span> <span class="p">{</span>
127127
<span class="s2">"login"</span><span class="p">:</span> <span class="s2">"octocat"</span><span class="p">,</span>
@@ -184,7 +184,7 @@ <h3 id="response-2">Response</h3>
184184

185185
<pre class="body-response"><code class="language-javascript highlight"><span class="p">{</span>
186186
<span class="s2">"id"</span><span class="p">:</span> <span class="mi">1</span><span class="p">,</span>
187-
<span class="s2">"url"</span><span class="p">:</span> <span class="s2">"https://api.github.com/gists/76f4022583d9eea2b9cc/comments/1"</span><span class="p">,</span>
187+
<span class="s2">"url"</span><span class="p">:</span> <span class="s2">"https://api.github.com/gists/b2c2e0b82e70658efce1/comments/1"</span><span class="p">,</span>
188188
<span class="s2">"body"</span><span class="p">:</span> <span class="s2">"Just commenting for the sake of commenting"</span><span class="p">,</span>
189189
<span class="s2">"user"</span><span class="p">:</span> <span class="p">{</span>
190190
<span class="s2">"login"</span><span class="p">:</span> <span class="s2">"octocat"</span><span class="p">,</span>
@@ -246,7 +246,7 @@ <h3 id="response-3">Response</h3>
246246

247247
<pre class="body-response"><code class="language-javascript highlight"><span class="p">{</span>
248248
<span class="s2">"id"</span><span class="p">:</span> <span class="mi">1</span><span class="p">,</span>
249-
<span class="s2">"url"</span><span class="p">:</span> <span class="s2">"https://api.github.com/gists/76f4022583d9eea2b9cc/comments/1"</span><span class="p">,</span>
249+
<span class="s2">"url"</span><span class="p">:</span> <span class="s2">"https://api.github.com/gists/b2c2e0b82e70658efce1/comments/1"</span><span class="p">,</span>
250250
<span class="s2">"body"</span><span class="p">:</span> <span class="s2">"Just commenting for the sake of commenting"</span><span class="p">,</span>
251251
<span class="s2">"user"</span><span class="p">:</span> <span class="p">{</span>
252252
<span class="s2">"login"</span><span class="p">:</span> <span class="s2">"octocat"</span><span class="p">,</span>

0 commit comments

Comments
 (0)