Skip to content

Commit f598a5e

Browse files
author
Hubot
committed
P U B L I S H 💡
1 parent 31f5908 commit f598a5e

5 files changed

Lines changed: 136 additions & 136 deletions

File tree

changes/index.html

Lines changed: 102 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,35 +1419,6 @@ <h2 class="title">
14191419
you have any questions or feedback, <a href="https://github.com/contact?form%5Bsubject%5D=API+org+scopes">get in touch</a>.</p>
14201420

14211421

1422-
</div>
1423-
1424-
<div class="change" id="/changes/2014-02-24-wildcard-event-for-webhooks/">
1425-
<h2 class="title">
1426-
<a href="/changes/2014-02-24-wildcard-event-for-webhooks/">Wildcard Event for Webhooks</a>
1427-
</h2>
1428-
1429-
<div class="meta">
1430-
<ul>
1431-
<li class="published">
1432-
<span class="octicon octicon-calendar"></span>
1433-
February 24, 2014
1434-
1435-
</li>
1436-
<li class="who_when">
1437-
<img height="16" width="16" src="https://github.com/kdaigle.png" alt="Avatar for kdaigle">
1438-
<a href="https://github.com/kdaigle">kdaigle</a>
1439-
</li>
1440-
</ul>
1441-
</div>
1442-
1443-
<p>We’ve made a small change to make it easier for webhook integrators to receive “everything”.
1444-
Instead of adding every event to your webhook, you can now opt-in to all events (including
1445-
all new events in the future) by using the <a href="/webhooks/#wildcard-event">wildcard event</a> (<code>*</code>).</p>
1446-
1447-
<p>If you add this event to an existing webhook, we’ll remove the existing specific events and
1448-
send you payloads for all supported events. As we add new events, you’ll automatically
1449-
begin receiving those too.</p>
1450-
14511422
</div>
14521423

14531424
<div class="change" id="/changes/2014-02-24-finer-grained-scopes-for-ssh-keys/">
@@ -1499,6 +1470,35 @@ <h2 id="deleting-keys-when-revoking-a-token">Deleting keys when revoking a token
14991470
<p>As always, if you have any questions or feedback, <a href="https://github.com/contact?form%5Bsubject%5D=API+improvements+for+SSH+keys">please get in touch</a>.</p>
15001471

15011472

1473+
</div>
1474+
1475+
<div class="change" id="/changes/2014-02-24-wildcard-event-for-webhooks/">
1476+
<h2 class="title">
1477+
<a href="/changes/2014-02-24-wildcard-event-for-webhooks/">Wildcard Event for Webhooks</a>
1478+
</h2>
1479+
1480+
<div class="meta">
1481+
<ul>
1482+
<li class="published">
1483+
<span class="octicon octicon-calendar"></span>
1484+
February 24, 2014
1485+
1486+
</li>
1487+
<li class="who_when">
1488+
<img height="16" width="16" src="https://github.com/kdaigle.png" alt="Avatar for kdaigle">
1489+
<a href="https://github.com/kdaigle">kdaigle</a>
1490+
</li>
1491+
</ul>
1492+
</div>
1493+
1494+
<p>We’ve made a small change to make it easier for webhook integrators to receive “everything”.
1495+
Instead of adding every event to your webhook, you can now opt-in to all events (including
1496+
all new events in the future) by using the <a href="/webhooks/#wildcard-event">wildcard event</a> (<code>*</code>).</p>
1497+
1498+
<p>If you add this event to an existing webhook, we’ll remove the existing specific events and
1499+
send you payloads for all supported events. As we add new events, you’ll automatically
1500+
begin receiving those too.</p>
1501+
15021502
</div>
15031503

15041504
<div class="change" id="/changes/2014-02-21-gist-raw-file-url-change/">
@@ -1579,9 +1579,9 @@ <h2 class="title">
15791579

15801580
</div>
15811581

1582-
<div class="change" id="/changes/2014-2-10-ping-event-for-webhooks/">
1582+
<div class="change" id="/changes/2014-02-10-repo-hook-scopes/">
15831583
<h2 class="title">
1584-
<a href="/changes/2014-2-10-ping-event-for-webhooks/">Ping Event for Webhooks</a>
1584+
<a href="/changes/2014-02-10-repo-hook-scopes/">New scopes for managing repository hooks</a>
15851585
</h2>
15861586

15871587
<div class="meta">
@@ -1592,29 +1592,34 @@ <h2 class="title">
15921592

15931593
</li>
15941594
<li class="who_when">
1595-
<img height="16" width="16" src="https://github.com/kdaigle.png" alt="Avatar for kdaigle">
1596-
<a href="https://github.com/kdaigle">kdaigle</a>
1595+
<img height="16" width="16" src="https://github.com/pengwynn.png" alt="Avatar for pengwynn">
1596+
<a href="https://github.com/pengwynn">pengwynn</a>
15971597
</li>
15981598
</ul>
15991599
</div>
16001600

1601-
<p>With the release of our <a href="https://github.com/blog/1778-webhooks-level-up">new webhook UI</a>, we included a new
1602-
<a href="/webhooks/#ping-event">ping event</a> that webhooks will receive. When you
1603-
create a new webhook, we will send this event as an initial test of the webhook.</p>
1601+
<p>Many third party services need to set up <a href="http://developer.github.com/v3/repos/hooks/">hooks</a> in order to act upon events
1602+
in your repositories. Today, we’ve introduced three new <a href="http://developer.github.com/v3/oauth/#scopes">scopes</a> that provide
1603+
more granular access to your repository hooks without allowing access to your
1604+
repository contents:</p>
16041605

1605-
<p>The ping is only informational, doesn’t need to be responded to in a specific way,
1606-
and nothing bad will happen if you respond with an error. It’s just a quick
1607-
“hello world” to let you know you set everything up correctly.</p>
1606+
<ul>
1607+
<li>
1608+
<code>read:repo_hook</code> grants read and ping access to hooks in public or private repositories.</li>
1609+
<li>
1610+
<code>write:repo_hook</code> grants read, write, and ping access to hooks in public or private repositories.</li>
1611+
<li>
1612+
<code>admin:repo_hook</code> grants read, write, ping, and delete access to hooks in public or private repositories.</li>
1613+
</ul>
1614+
1615+
<p>As always, if you have any questions or feedback, <a href="https://github.com/contact?form%5Bsubject%5D=API+repo+hook+scopes">get in touch</a>.</p>
16081616

1609-
<p>We also added a <a href="/v3/repos/hooks/#ping-a-hook">ping endpoint</a> to the hooks API.
1610-
By using ping instead of <a href="/v3/repos/hooks/#test-a-push-hook">test</a>, you can ensure
1611-
you won’t be limited by the <code>push</code> event requirement that the test endpoint has.</p>
16121617

16131618
</div>
16141619

1615-
<div class="change" id="/changes/2014-02-10-repo-hook-scopes/">
1620+
<div class="change" id="/changes/2014-2-10-ping-event-for-webhooks/">
16161621
<h2 class="title">
1617-
<a href="/changes/2014-02-10-repo-hook-scopes/">New scopes for managing repository hooks</a>
1622+
<a href="/changes/2014-2-10-ping-event-for-webhooks/">Ping Event for Webhooks</a>
16181623
</h2>
16191624

16201625
<div class="meta">
@@ -1625,28 +1630,23 @@ <h2 class="title">
16251630

16261631
</li>
16271632
<li class="who_when">
1628-
<img height="16" width="16" src="https://github.com/pengwynn.png" alt="Avatar for pengwynn">
1629-
<a href="https://github.com/pengwynn">pengwynn</a>
1633+
<img height="16" width="16" src="https://github.com/kdaigle.png" alt="Avatar for kdaigle">
1634+
<a href="https://github.com/kdaigle">kdaigle</a>
16301635
</li>
16311636
</ul>
16321637
</div>
16331638

1634-
<p>Many third party services need to set up <a href="http://developer.github.com/v3/repos/hooks/">hooks</a> in order to act upon events
1635-
in your repositories. Today, we’ve introduced three new <a href="http://developer.github.com/v3/oauth/#scopes">scopes</a> that provide
1636-
more granular access to your repository hooks without allowing access to your
1637-
repository contents:</p>
1638-
1639-
<ul>
1640-
<li>
1641-
<code>read:repo_hook</code> grants read and ping access to hooks in public or private repositories.</li>
1642-
<li>
1643-
<code>write:repo_hook</code> grants read, write, and ping access to hooks in public or private repositories.</li>
1644-
<li>
1645-
<code>admin:repo_hook</code> grants read, write, ping, and delete access to hooks in public or private repositories.</li>
1646-
</ul>
1639+
<p>With the release of our <a href="https://github.com/blog/1778-webhooks-level-up">new webhook UI</a>, we included a new
1640+
<a href="/webhooks/#ping-event">ping event</a> that webhooks will receive. When you
1641+
create a new webhook, we will send this event as an initial test of the webhook.</p>
16471642

1648-
<p>As always, if you have any questions or feedback, <a href="https://github.com/contact?form%5Bsubject%5D=API+repo+hook+scopes">get in touch</a>.</p>
1643+
<p>The ping is only informational, doesn’t need to be responded to in a specific way,
1644+
and nothing bad will happen if you respond with an error. It’s just a quick
1645+
“hello world” to let you know you set everything up correctly.</p>
16491646

1647+
<p>We also added a <a href="/v3/repos/hooks/#ping-a-hook">ping endpoint</a> to the hooks API.
1648+
By using ping instead of <a href="/v3/repos/hooks/#test-a-push-hook">test</a>, you can ensure
1649+
you won’t be limited by the <code>push</code> event requirement that the test endpoint has.</p>
16501650

16511651
</div>
16521652

@@ -2611,35 +2611,6 @@ <h2 class="title">
26112611
<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>
26122612

26132613

2614-
</div>
2615-
2616-
<div class="change" id="/changes/2013-05-06-create-update-delete-individual-files/">
2617-
<h2 class="title">
2618-
<a href="/changes/2013-05-06-create-update-delete-individual-files/">Create, update, and delete individual files</a>
2619-
</h2>
2620-
2621-
<div class="meta">
2622-
<ul>
2623-
<li class="published">
2624-
<span class="octicon octicon-calendar"></span>
2625-
May 6, 2013
2626-
2627-
</li>
2628-
<li class="who_when">
2629-
<img height="16" width="16" src="https://github.com/ymendel.png" alt="Avatar for ymendel">
2630-
<a href="https://github.com/ymendel">ymendel</a>
2631-
</li>
2632-
</ul>
2633-
</div>
2634-
2635-
<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
2636-
<a href="https://github.com/blog/1327-creating-files-on-github">create</a> files in your web browser. Starting today, the
2637-
<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
2638-
<a href="/v3/repos/contents/#delete-a-file">delete</a> individual files.</p>
2639-
2640-
<p>Happy editing!</p>
2641-
2642-
26432614
</div>
26442615

26452616
<div class="change" id="/changes/2013-05-06-repository-stats/">
@@ -2679,34 +2650,31 @@ <h2 class="title">
26792650

26802651
</div>
26812652

2682-
<div class="change" id="/changes/2013-04-30-statuses-for-branches-and-tags/">
2653+
<div class="change" id="/changes/2013-05-06-create-update-delete-individual-files/">
26832654
<h2 class="title">
2684-
<a href="/changes/2013-04-30-statuses-for-branches-and-tags/">Commit Statuses Now Available for Branches and Tags</a>
2655+
<a href="/changes/2013-05-06-create-update-delete-individual-files/">Create, update, and delete individual files</a>
26852656
</h2>
26862657

26872658
<div class="meta">
26882659
<ul>
26892660
<li class="published">
26902661
<span class="octicon octicon-calendar"></span>
2691-
April 30, 2013
2662+
May 6, 2013
26922663

26932664
</li>
26942665
<li class="who_when">
2695-
<img height="16" width="16" src="https://github.com/foca.png" alt="Avatar for foca">
2696-
<a href="https://github.com/foca">foca</a>
2666+
<img height="16" width="16" src="https://github.com/ymendel.png" alt="Avatar for ymendel">
2667+
<a href="https://github.com/ymendel">ymendel</a>
26972668
</li>
26982669
</ul>
26992670
</div>
27002671

2701-
<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>.
2702-
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>
2703-
has been extended to allow branch and tag names, as well as commit SHAs.</p>
2704-
2705-
<pre class="terminal">
2706-
curl https://api.github.com/repos/rails/rails/statuses/3-2-stable
2707-
</pre>
2672+
<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
2673+
<a href="https://github.com/blog/1327-creating-files-on-github">create</a> files in your web browser. Starting today, the
2674+
<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
2675+
<a href="/v3/repos/contents/#delete-a-file">delete</a> individual files.</p>
27082676

2709-
<p>Enjoy.</p>
2677+
<p>Happy editing!</p>
27102678

27112679

27122680
</div>
@@ -2761,6 +2729,38 @@ <h2 class="title">
27612729
<a href="mailto:support@github.com?subject=Submodules%20in%20Repository%20Contents%20API">support@github.com</a>.</p>
27622730

27632731

2732+
</div>
2733+
2734+
<div class="change" id="/changes/2013-04-30-statuses-for-branches-and-tags/">
2735+
<h2 class="title">
2736+
<a href="/changes/2013-04-30-statuses-for-branches-and-tags/">Commit Statuses Now Available for Branches and Tags</a>
2737+
</h2>
2738+
2739+
<div class="meta">
2740+
<ul>
2741+
<li class="published">
2742+
<span class="octicon octicon-calendar"></span>
2743+
April 30, 2013
2744+
2745+
</li>
2746+
<li class="who_when">
2747+
<img height="16" width="16" src="https://github.com/foca.png" alt="Avatar for foca">
2748+
<a href="https://github.com/foca">foca</a>
2749+
</li>
2750+
</ul>
2751+
</div>
2752+
2753+
<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>.
2754+
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>
2755+
has been extended to allow branch and tag names, as well as commit SHAs.</p>
2756+
2757+
<pre class="terminal">
2758+
curl https://api.github.com/repos/rails/rails/statuses/3-2-stable
2759+
</pre>
2760+
2761+
<p>Enjoy.</p>
2762+
2763+
27642764
</div>
27652765

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

libraries/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h2 id="php">PHP</h2>
172172
<li><a href="https://github.com/KnpLabs/php-github-api">PHP GitHub API</a></li>
173173
<li><a href="https://github.com/yiiext/github-api">GitHub API</a></li>
174174
<li><a href="https://github.com/acoulton/github_v3_api">GitHub Kohana Module</a></li>
175-
<li><a href="https://github.com/joomla/joomla-framework">GitHub Joomla! Package</a></li>
175+
<li><a href="https://github.com/joomla-framework/github-api">GitHub Joomla! Package</a></li>
176176
<li><a href="https://github.com/kdyby/github">Github Nette Extension</a></li>
177177
<li><a href="https://github.com/milo/github-api">GitHub API Easy Access</a></li>
178178
</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/fbd736fce3140534db01/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/b58bd2a5d6df422d3655/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/fbd736fce3140534db01/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/b58bd2a5d6df422d3655/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/fbd736fce3140534db01/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/b58bd2a5d6df422d3655/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/fbd736fce3140534db01/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/b58bd2a5d6df422d3655/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)