Skip to content

Commit c77eb19

Browse files
committed
boom
1 parent 75ef76f commit c77eb19

File tree

12 files changed

+38
-34
lines changed

12 files changed

+38
-34
lines changed

v3/git/blobs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<h1 id="blobs-api">Blobs API</h1>
3636

3737
<p>Since blobs can be any arbitrary binary data, the input and responses
38-
for the blob api takes an encoding parameter that can be either <code>utf-8</code>
38+
for the blob API takes an encoding parameter that can be either <code>utf-8</code>
3939
or <code>base64</code>. If your data cannot be losslessly sent as a UTF-8 string,
4040
you can base64 encode it.</p>
4141

v3/git/refs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h2 id="create-a-reference">Create a Reference</h2>
121121
<pre><code>POST /repos/:user/:repo/git/refs
122122
</code></pre>
123123

124-
<h3 id="paramaters">Paramaters</h3>
124+
<h3 id="parameters">Parameters</h3>
125125

126126
<dl>
127127
<dt>ref</dt>
@@ -144,7 +144,7 @@ <h2 id="update-a-reference">Update a Reference</h2>
144144
<pre><code>PATCH /repos/:user/:repo/git/refs/:ref
145145
</code></pre>
146146

147-
<h3 id="paramaters-1">Paramaters</h3>
147+
<h3 id="parameters-1">Parameters</h3>
148148

149149
<dl>
150150
<dt>sha</dt>

v3/git/tags/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<div class="content">
3535
<h1 id="tags-api">Tags API</h1>
3636

37-
<p>This tags api only deals with tag objects - so only annotated tags, not
37+
<p>This tags API only deals with tag objects - so only annotated tags, not
3838
lightweight tags.</p>
3939

4040
<h2 id="get-a-tag">Get a Tag</h2>

v3/issues/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ <h3 id="parameters-1">Parameters</h3>
261261

262262
<h2 id="get-a-single-issue">Get a single issue</h2>
263263

264-
<pre><code>GET /repos/:user/:repo/issues/:id
264+
<pre><code>GET /repos/:user/:repo/issues/:number
265265
</code></pre>
266266

267267
<h3 id="response-2">Response</h3>

v3/oauth/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,14 +282,14 @@ <h3 id="input-1">Input</h3>
282282
<dl>
283283
<dt>scopes</dt>
284284
<dd>
285-
<em>Optional</em> <strong>array</strong> - Replaces the authorization scopes with these.</dd>
285+
<em>Optional</em> <strong>array</strong> - Replaces the authorization scopes with these.</dd>
286286
<dt>add_scopes</dt>
287287
<dd>
288288
<em>Optional</em> <strong>array</strong> - A list of scopes to add to this authorization.</dd>
289289
<dt>remove_scopes</dt>
290290
<dd>
291291
<em>Optional</em> <strong>array</strong> - A list of scopes to remove from this
292-
authorizatin.</dd>
292+
authorization.</dd>
293293
</dl><p>You can only send one of these scope keys at a time.</p>
294294

295295
<pre class="highlight"><code class="language-javascript"><span class="p">{</span>

v3/orgs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h3 id="input">Input</h3>
113113
</dd>
114114
<dt>email</dt>
115115
<dd>
116-
<em>Optional</em> <strong>string</strong> - Publically visible email address.</dd>
116+
<em>Optional</em> <strong>string</strong> - Publicly visible email address.</dd>
117117
<dt>location</dt>
118118
<dd>
119119
<em>Optional</em> <strong>string</strong>

v3/orgs/teams/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<h1 id="org-teams-api">Org Teams API</h1>
3636

3737
<p>All actions against teams require at a minimum an authenticated user who
38-
is a member of the owner’s team in the <code>:org</code> being managed. Api calls
38+
is a member of the owner’s team in the <code>:org</code> being managed. API calls
3939
that require explicit permissions are noted.</p>
4040

4141
<h2 id="list-teams">List teams</h2>
@@ -102,13 +102,13 @@ <h3 id="input">Input</h3>
102102
<dd>
103103
<em>Optional</em> <strong>string</strong>
104104

105-
<p><code>pull</code> - team members can pull, but not push or administor this
105+
<p><code>pull</code> - team members can pull, but not push or administer this
106106
repositories. <strong>Default</strong></p>
107107

108-
<p><code>push</code> - team members can pull and push, but not administor this
108+
<p><code>push</code> - team members can pull and push, but not administer this
109109
repositores.</p>
110110

111-
<p><code>admin</code> - team members can pull, push and administor these
111+
<p><code>admin</code> - team members can pull, push and administer these
112112
repositories.</p>
113113
</dd>
114114
</dl><pre class="highlight"><code class="language-javascript"><span class="p">{</span>

v3/repos/collaborators/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ <h2 id="get">Get</h2>
6060
<pre><code>GET /repos/:user/:repo/collaborators/:user
6161
</code></pre>
6262

63-
<h3 id="reponse-if-user-is-a-collaborator">Reponse if user is a collaborator</h3>
63+
<h3 id="response-if-user-is-a-collaborator">Response if user is a collaborator</h3>
6464

6565
<pre class="headers no-response"><code>Status: 204 No Content
6666
X-RateLimit-Limit: 5000
6767
X-RateLimit-Remaining: 4999</code></pre>
6868

69-
<h3 id="reponse-if-user-is-not-a-collaborator">Reponse if user is not a collaborator</h3>
69+
<h3 id="response-if-user-is-not-a-collaborator">Response if user is not a collaborator</h3>
7070

7171
<pre class="headers no-response"><code>Status: 404 Not Found
7272
X-RateLimit-Limit: 5000

v3/repos/hooks/index.html

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1 id="repo-hooks-api">Repo Hooks API</h1>
5151
<li>
5252
<code>commit_comment</code> - Any time a Commit is commented on.</li>
5353
<li>
54-
<code>pull_request</code> - Any time a Pull Request is opend, closed, or
54+
<code>pull_request</code> - Any time a Pull Request is opened, closed, or
5555
synchronized (updated due to a new push in the branch that the pull
5656
request is tracking).</li>
5757
<li>
@@ -146,21 +146,23 @@ <h2 id="create-a-hook">Create a hook</h2>
146146
<h3 id="input">Input</h3>
147147

148148
<dl>
149-
<dt>name</dt>
149+
<dt><code>name</code></dt>
150150
<dd>
151151
<em>Required</em> <strong>string</strong> - The name of the service that is being called.
152152
See <a href="https://api.github.com/hooks">/hooks</a> for the possible names.</dd>
153-
<dt>config</dt>
153+
<dt><code>config</code></dt>
154154
<dd>
155155
<em>Required</em> <strong>hash</strong> - A Hash containing key/value pairs to provide
156156
settings for this hook. These settings vary between the services and
157157
are defined in the
158-
<a href="https://github.com/github/github-services">github-services</a> repo.</dd>
159-
<dt>events</dt>
158+
<a href="https://github.com/github/github-services">github-services</a> repo.
159+
Booleans are stored internally as “1” for true, and “0” for false. Any
160+
JSON true/false values will be converted automatically.</dd>
161+
<dt><code>events</code></dt>
160162
<dd>
161163
<em>Optional</em> <strong>array</strong> - Determines what events the hook is triggered
162164
for. Default: <code>["push"]</code>.</dd>
163-
<dt>active</dt>
165+
<dt><code>active</code></dt>
164166
<dd>
165167
<em>Optional</em> <strong>boolean</strong> - Determines whether the hook is actually
166168
triggered on pushes.</dd>
@@ -205,30 +207,32 @@ <h3 id="edit-a-hook">Edit a hook</h3>
205207
<h3 id="input-1">Input</h3>
206208

207209
<dl>
208-
<dt>name</dt>
210+
<dt><code>name</code></dt>
209211
<dd>
210212
<em>Required</em> <strong>string</strong> - The name of the service that is being called.
211213
See <a href="https://api.github.com/hooks">/hooks</a> for the possible names.</dd>
212-
<dt>config</dt>
214+
<dt><code>config</code></dt>
213215
<dd>
214216
<em>Required</em> <strong>hash</strong> - A Hash containing key/value pairs to provide
215217
settings for this hook. Modifying this will replace the entire config
216218
object. These settings vary between the services and
217219
are defined in the
218-
<a href="https://github.com/github/github-services">github-services</a> repo.</dd>
219-
<dt>events</dt>
220+
<a href="https://github.com/github/github-services">github-services</a> repo.
221+
Booleans are stored internally as “1” for true, and “0” for false. Any
222+
JSON true/false values will be converted automatically.</dd>
223+
<dt><code>events</code></dt>
220224
<dd>
221225
<em>Optional</em> <strong>array</strong> - Determines what events the hook is triggered
222226
for. This replaces the entire array of events. Default: <code>["push"]</code>.</dd>
223-
<dt>add_events</dt>
227+
<dt><code>add_events</code></dt>
224228
<dd>
225229
<em>Optional</em> <strong>array</strong> - Determines a list of events to be added to the
226230
list of events that the Hook triggers for. </dd>
227-
<dt>remove_events</dt>
231+
<dt><code>remove_events</code></dt>
228232
<dd>
229233
<em>Optional</em> <strong>array</strong> - Determines a list of events to be removed from the
230234
list of events that the Hook triggers for. </dd>
231-
<dt>active</dt>
235+
<dt><code>active</code></dt>
232236
<dd>
233237
<em>Optional</em> <strong>boolean</strong> - Determines whether the hook is actually
234238
triggered on pushes.</dd>
@@ -336,17 +340,17 @@ <h2 id="pubsubhubbub">PubSubHubbub</h2>
336340
<h3 id="parameters">Parameters</h3>
337341

338342
<dl>
339-
<dt>hub.mode</dt>
343+
<dt><code>hub.mode</code></dt>
340344
<dd>
341345
<em>Required</em> <strong>string</strong> - Either <code>subscribe</code> or <code>unsubscribe</code>.</dd>
342-
<dt>hub.topic</dt>
346+
<dt><code>hub.topic</code></dt>
343347
<dd>
344348
<em>Required</em> <strong>string</strong> - The URI of the GitHub repository to subscribe
345349
to. The path must be in the format of <code>/:user/:repo/events/:event</code>.</dd>
346-
<dt>hub.callback</dt>
350+
<dt><code>hub.callback</code></dt>
347351
<dd>
348352
<em>Required</em> <strong>string</strong> - The URI to receive the updates to the topic.</dd>
349-
<dt>hub.secret</dt>
353+
<dt><code>hub.secret</code></dt>
350354
<dd>
351355
<em>Optional</em> <strong>string</strong> - A shared secret key that generates a SHA1 HMAC
352356
of the payload content. You can verify a push came from GitHub by

v3/users/emails/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<div class="content">
3535
<h1 id="user-emails-api">User Emails API</h1>
3636

37-
<p>Mangement of email addresses via the API requires that you are
37+
<p>Management of email addresses via the API requires that you are
3838
authenticated.</p>
3939

4040
<h2 id="list-email-addresses-for-a-user">List email addresses for a user</h2>

v3/users/followers/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h2 id="list-users-following-another-user">List users following another user</h2
7171
<pre><code>GET /users/:user/following
7272
</code></pre>
7373

74-
<p>List who the authenicated user is following:</p>
74+
<p>List who the authenticated user is following:</p>
7575

7676
<pre><code>GET /user/following
7777
</code></pre>

v3/users/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h3 id="input">Input</h3>
131131
</dd>
132132
<dt>email</dt>
133133
<dd>
134-
<em>Optional</em> <strong>string</strong> - Publically visible email address.</dd>
134+
<em>Optional</em> <strong>string</strong> - Publicly visible email address.</dd>
135135
<dt>blog</dt>
136136
<dd>
137137
<em>Optional</em> <strong>string</strong>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy