Skip to content

Commit ed8a79a

Browse files
author
Hubot
committed
P U B L I S H 🤘
1 parent 4ea9893 commit ed8a79a

6 files changed

Lines changed: 71 additions & 70 deletions

File tree

changes/index.html

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

14911491

1492-
</div>
1493-
1494-
<div class="change" id="/changes/2014-02-24-wildcard-event-for-webhooks/">
1495-
<h2 class="title">
1496-
<a href="/changes/2014-02-24-wildcard-event-for-webhooks/">Wildcard Event for Webhooks</a>
1497-
</h2>
1498-
1499-
<div class="meta">
1500-
<ul>
1501-
<li class="published">
1502-
<span class="octicon octicon-calendar"></span>
1503-
February 24, 2014
1504-
1505-
</li>
1506-
<li class="who_when">
1507-
<img height="16" width="16" src="https://github.com/kdaigle.png" alt="Avatar for kdaigle">
1508-
<a href="https://github.com/kdaigle">kdaigle</a>
1509-
</li>
1510-
</ul>
1511-
</div>
1512-
1513-
<p>We’ve made a small change to make it easier for webhook integrators to receive “everything”.
1514-
Instead of adding every event to your webhook, you can now opt-in to all events (including
1515-
all new events in the future) by using the <a href="/webhooks/#wildcard-event">wildcard event</a> (<code>*</code>).</p>
1516-
1517-
<p>If you add this event to an existing webhook, we’ll remove the existing specific events and
1518-
send you payloads for all supported events. As we add new events, you’ll automatically
1519-
begin receiving those too.</p>
1520-
15211492
</div>
15221493

15231494
<div class="change" id="/changes/2014-02-24-finer-grained-scopes-for-ssh-keys/">
@@ -1569,6 +1540,35 @@ <h2 id="deleting-keys-when-revoking-a-token">Deleting keys when revoking a token
15691540
<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>
15701541

15711542

1543+
</div>
1544+
1545+
<div class="change" id="/changes/2014-02-24-wildcard-event-for-webhooks/">
1546+
<h2 class="title">
1547+
<a href="/changes/2014-02-24-wildcard-event-for-webhooks/">Wildcard Event for Webhooks</a>
1548+
</h2>
1549+
1550+
<div class="meta">
1551+
<ul>
1552+
<li class="published">
1553+
<span class="octicon octicon-calendar"></span>
1554+
February 24, 2014
1555+
1556+
</li>
1557+
<li class="who_when">
1558+
<img height="16" width="16" src="https://github.com/kdaigle.png" alt="Avatar for kdaigle">
1559+
<a href="https://github.com/kdaigle">kdaigle</a>
1560+
</li>
1561+
</ul>
1562+
</div>
1563+
1564+
<p>We’ve made a small change to make it easier for webhook integrators to receive “everything”.
1565+
Instead of adding every event to your webhook, you can now opt-in to all events (including
1566+
all new events in the future) by using the <a href="/webhooks/#wildcard-event">wildcard event</a> (<code>*</code>).</p>
1567+
1568+
<p>If you add this event to an existing webhook, we’ll remove the existing specific events and
1569+
send you payloads for all supported events. As we add new events, you’ll automatically
1570+
begin receiving those too.</p>
1571+
15721572
</div>
15731573

15741574
<div class="change" id="/changes/2014-02-21-gist-raw-file-url-change/">

libraries/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ <h2 id="php">PHP</h2>
175175
<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>
178+
<li><a href="https://github.com/GrahamCampbell/Laravel-GitHub">GitHub bridge for Laravel</a></li>
178179
</ul>
179180

180181
<h2 id="python">Python</h2>

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/a7cd8bfdef671443fcb5/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/e86d23d59dea1cdecb28/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/a7cd8bfdef671443fcb5/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/e86d23d59dea1cdecb28/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/a7cd8bfdef671443fcb5/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/e86d23d59dea1cdecb28/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/a7cd8bfdef671443fcb5/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/e86d23d59dea1cdecb28/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)