You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
The JSON HTTP API follows the same conventions as the rest of the
89
+
The JSON HTTP API follows the same conventions as the rest of the
90
90
[GitHub API](http://developer.github.com/v3/).
91
91
92
92
###List
@@ -113,7 +113,7 @@ The JSON HTTP API follows the same conventions as the rest of the
113
113
114
114
####Parameter
115
115
116
-
Name | Type | Description
116
+
Name | Type | Description
117
117
-----|------|--------------
118
118
`name`|`string` |**Required**. The name of the service that is being called. (See[/hooks](https://api.github.com/hooks) for the list of valid hook names.)
119
119
`config`|`hash` |**Required**. Key/value pairs to provide settings for this hook. These settings vary between the services and are defined in the[github-services](https://github.com/github/github-services) repository. Booleans are stored internally as "1" for true, and "0" for false. Any JSON`true`/`false` values will be converted automatically.
@@ -125,7 +125,7 @@ Name | Type | Description
125
125
The["web" service hook](https://github.com/github/github-services/blob/master/lib/services/web.rb#L4-11)
126
126
takes these fields in the`config`:
127
127
128
-
Name | Type | Description
128
+
Name | Type | Description
129
129
-----|------|--------------
130
130
`url`|`string` |**Required**. The URL to which the payloads will be delivered.
131
131
`content_type`|`string` | The media type used to serialize the payloads. Supported values:`json` and`form`. Default:`form`.
@@ -251,7 +251,7 @@ exists, it will be modified according to the request.
``hub.topic``|`string` |**Required**. The URI of the GitHub repository to subscribe to. The path must be in the format of`/:owner/:repo/events/:event`.
Copy file name to clipboardExpand all lines: content/v3/troubleshooting.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ in order to get more results.
30
30
It's important to*not* try and guess the format of the pagination URL. Not every
31
31
API call uses the same structure. Instead, extract the pagination information from
32
32
[the Link Header](/v3/#pagination), which is sent with every request.
33
-
33
+
34
34
##Can I get my rate limits bumped?
35
35
36
36
The GitHub API has a pretty lenient quota for rate limits, for your enjoyment and
@@ -43,8 +43,8 @@ In certain exceptional cases, we may temporarily bump your rate limit higher. Yo
43
43
should be prepared to answer technical questions about your goal and your planned usage of the API. We may still choose not to bump your limit if we feel that you can achieve your wildest
44
44
dreams with the current rate limit (but don't worry, we'll help you out).
45
45
46
-
##Why can't my server with SSL receiveWebHooks?
46
+
##Why can't my server with SSL receiveWebhooks?
47
47
48
48
When we send events to your server, we attempt to negotiate either SSL version 2 or 3.
49
49
If your server requires a specific SSL version and does not support SSL negotiation,
50
-
you can specify a specific version within the[WebHook's config block](http://developer.github.com/v3/repos/hooks/#edit-a-hook). Include a parameter called`ssl_version`, with a value of either`2` or`3`.
50
+
you can specify a specific version within the[webhook's config block](http://developer.github.com/v3/repos/hooks/#edit-a-hook). Include a parameter called`ssl_version`, with a value of either`2` or`3`.
<li><h3><ahref="/guides/traversing-with-pagination/">Traversing with Pagination</a></h3></li>
30
30
</ul>
31
31
</div>
32
-
32
+
33
33
<divclass="sidebar-module notice">
34
34
<p>This website is a<ahref="https://github.com/github/developer.github.com"target="_blank">public GitHub repository</a>. Please help us by forking the project and adding to it.</p>