Skip to content

Commit 201a6ff

Browse files
committed
Clarify that Webhooks creation can go through the API
1 parent 02e4c7b commit 201a6ff

File tree

2 files changed

+307
-3
lines changed

2 files changed

+307
-3
lines changed

content/webhooks/creating/index.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ you'll set up your server to receive and manage the payload.
2525
To set up a webhook on GitHub, head over to the **Settings** page of your repository,
2626
and click on **Webhooks & services**. After that, click on **Add webhook**.
2727

28-
You'll be presented with a page that lists all the capabilities your webhook
29-
can take advantage of. We'll go through each of these below.
28+
Alternatively, you can choose to build and manage a webhook [through the Webhooks API][webhook-api].
29+
30+
Webhooks require a few configuration options before making use of them.
31+
We'll go through each of these below.
3032

3133
## Payload URL
3234

@@ -54,4 +56,6 @@ When you're finished, click on **Add webhook**. Phew! Now that the webhook is cr
5456
it's time to set up our local server to test the webhook. Head on over to
5557
[Configuring Your Server](/webhooks/configuring/) to learn how to do that.
5658

57-
[hooks-api]: http://developer.github.com/v3/repos/hooks/#events
59+
[webhook-api]: /v3/repos/hooks/
60+
[hooks-api]: /webhooks/#events
61+

static/search-index.json

Lines changed: 300 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,309 @@
11
{
22
"pages": [
3+
{
4+
"url": "/v3/",
5+
"title": "GitHub API v3",
6+
"section": "API/Overview"
7+
},
8+
{
9+
"url": "/v3/activity/",
10+
"title": "Activity",
11+
"section": "API/Activity"
12+
},
13+
{
14+
"url": "/v3/activity/events/",
15+
"title": "Events",
16+
"section": "API/Activity"
17+
},
18+
{
19+
"url": "/v3/activity/events/types/",
20+
"title": "Event Types",
21+
"section": "API/Activity"
22+
},
23+
{
24+
"url": "/v3/activity/feeds/",
25+
"title": "Feeds",
26+
"section": "API/Activity"
27+
},
28+
{
29+
"url": "/v3/activity/notifications/",
30+
"title": "Notifications",
31+
"section": "API/Activity"
32+
},
33+
{
34+
"url": "/v3/activity/starring/",
35+
"title": "Starring",
36+
"section": "API/Activity"
37+
},
38+
{
39+
"url": "/v3/activity/watching/",
40+
"title": "Watching",
41+
"section": "API/Activity"
42+
},
43+
{
44+
"url": "/v3/auth/",
45+
"title": "Other Authentication Methods",
46+
"section": "API/Overview"
47+
},
48+
{
49+
"url": "/v3/changelog/",
50+
"title": "GitHub API Changelog",
51+
"section": "API/"
52+
},
53+
{
54+
"url": "/v3/emojis/",
55+
"title": "Emojis",
56+
"section": "API/Miscellaneous"
57+
},
58+
{
59+
"url": "/v3/gists/",
60+
"title": "Gists",
61+
"section": "API/Gists"
62+
},
63+
{
64+
"url": "/v3/gists/comments/",
65+
"title": "Gist Comments",
66+
"section": "API/Gists"
67+
},
68+
{
69+
"url": "/v3/git/",
70+
"title": "Git Data",
71+
"section": "API/Git Data"
72+
},
73+
{
74+
"url": "/v3/git/blobs/",
75+
"title": "Git Blobs",
76+
"section": "API/Git Data"
77+
},
78+
{
79+
"url": "/v3/git/commits/",
80+
"title": "Git Commits",
81+
"section": "API/Git Data"
82+
},
83+
{
84+
"url": "/v3/git/refs/",
85+
"title": "Git Refs",
86+
"section": "API/Git Data"
87+
},
88+
{
89+
"url": "/v3/git/tags/",
90+
"title": "Git Tags",
91+
"section": "API/Git Data"
92+
},
93+
{
94+
"url": "/v3/git/trees/",
95+
"title": "Git Trees",
96+
"section": "API/Git Data"
97+
},
98+
{
99+
"url": "/v3/gitignore/",
100+
"title": "Gitignore",
101+
"section": "API/Miscellaneous"
102+
},
103+
{
104+
"url": "/v3/issues/",
105+
"title": "Issues",
106+
"section": "API/Issues"
107+
},
108+
{
109+
"url": "/v3/issues/assignees/",
110+
"title": "Issue Assignees",
111+
"section": "API/Issues"
112+
},
113+
{
114+
"url": "/v3/issues/comments/",
115+
"title": "Issue Comments",
116+
"section": "API/Issues"
117+
},
118+
{
119+
"url": "/v3/issues/events/",
120+
"title": "Issue Events",
121+
"section": "API/Issues"
122+
},
123+
{
124+
"url": "/v3/issues/labels/",
125+
"title": "Issue Labels",
126+
"section": "API/Issues"
127+
},
128+
{
129+
"url": "/v3/issues/milestones/",
130+
"title": "Issue Milestones",
131+
"section": "API/Issues"
132+
},
133+
{
134+
"url": "/v3/markdown/",
135+
"title": "Markdown",
136+
"section": "API/Miscellaneous"
137+
},
138+
{
139+
"url": "/v3/media/",
140+
"title": "Media Types",
141+
"section": "API/Overview"
142+
},
143+
{
144+
"url": "/v3/meta/",
145+
"title": "Meta",
146+
"section": "API/Miscellaneous"
147+
},
148+
{
149+
"url": "/v3/misc/",
150+
"title": "Miscellaneous",
151+
"section": "API/Miscellaneous"
152+
},
3153
{
4154
"url": "/v3/oauth/",
5155
"title": "OAuth",
6156
"section": "API/Overview"
157+
},
158+
{
159+
"url": "/v3/oauth_authorizations/",
160+
"title": "Authorizations",
161+
"section": "API/Overview"
162+
},
163+
{
164+
"url": "/v3/orgs/",
165+
"title": "Organizations",
166+
"section": "API/Organizations"
167+
},
168+
{
169+
"url": "/v3/orgs/members/",
170+
"title": "Organization Members",
171+
"section": "API/Organizations"
172+
},
173+
{
174+
"url": "/v3/orgs/teams/",
175+
"title": "Organization Teams",
176+
"section": "API/Organizations"
177+
},
178+
{
179+
"url": "/v3/pulls/",
180+
"title": "Pull Requests",
181+
"section": "API/Pull Requests"
182+
},
183+
{
184+
"url": "/v3/pulls/comments/",
185+
"title": "Review Comments",
186+
"section": "API/Pull Requests"
187+
},
188+
{
189+
"url": "/v3/rate_limit/",
190+
"title": "Rate Limit",
191+
"section": "API/Miscellaneous"
192+
},
193+
{
194+
"url": "/v3/repos/",
195+
"title": "Repositories",
196+
"section": "API/Repositories"
197+
},
198+
{
199+
"url": "/v3/repos/collaborators/",
200+
"title": "Collaborators",
201+
"section": "API/Repositories"
202+
},
203+
{
204+
"url": "/v3/repos/comments/",
205+
"title": "Comments",
206+
"section": "API/Repositories"
207+
},
208+
{
209+
"url": "/v3/repos/commits/",
210+
"title": "Commits",
211+
"section": "API/Repositories"
212+
},
213+
{
214+
"url": "/v3/repos/contents/",
215+
"title": "Contents",
216+
"section": "API/Repositories"
217+
},
218+
{
219+
"url": "/v3/repos/deployments/",
220+
"title": "Deployments",
221+
"section": "API/Repositories"
222+
},
223+
{
224+
"url": "/v3/repos/downloads/",
225+
"title": "Downloads",
226+
"section": "API/Repositories"
227+
},
228+
{
229+
"url": "/v3/repos/forks/",
230+
"title": "Forks",
231+
"section": "API/Repositories"
232+
},
233+
{
234+
"url": "/v3/repos/hooks/",
235+
"title": "Webhooks",
236+
"section": "API/Repositories"
237+
},
238+
{
239+
"url": "/v3/repos/keys/",
240+
"title": "Deploy Keys",
241+
"section": "API/Repositories"
242+
},
243+
{
244+
"url": "/v3/repos/merging/",
245+
"title": "Merging",
246+
"section": "API/Repositories"
247+
},
248+
{
249+
"url": "/v3/repos/pages/",
250+
"title": "Pages",
251+
"section": "API/Repositories"
252+
},
253+
{
254+
"url": "/v3/repos/releases/",
255+
"title": "Releases",
256+
"section": "API/Repositories"
257+
},
258+
{
259+
"url": "/v3/repos/statistics/",
260+
"title": "Statistics",
261+
"section": "API/Repositories"
262+
},
263+
{
264+
"url": "/v3/repos/statuses/",
265+
"title": "Statuses",
266+
"section": "API/Repositories"
267+
},
268+
{
269+
"url": "/v3/search/",
270+
"title": "Search",
271+
"section": "API/Search"
272+
},
273+
{
274+
"url": "/v3/search/legacy/",
275+
"title": "Legacy Search",
276+
"section": "API/Search"
277+
},
278+
{
279+
"url": "/v3/troubleshooting/",
280+
"title": "Troubleshooting",
281+
"section": "API/Overview"
282+
},
283+
{
284+
"url": "/v3/users/",
285+
"title": "Users",
286+
"section": "API/Users"
287+
},
288+
{
289+
"url": "/v3/users/emails/",
290+
"title": "User Emails",
291+
"section": "API/Users"
292+
},
293+
{
294+
"url": "/v3/users/followers/",
295+
"title": "User Followers",
296+
"section": "API/Users"
297+
},
298+
{
299+
"url": "/v3/users/keys/",
300+
"title": "User Public Keys",
301+
"section": "API/Users"
302+
},
303+
{
304+
"url": "/v3/versions/",
305+
"title": "Versions",
306+
"section": "API/Overview"
7307
}
8308
]
9309
}

0 commit comments

Comments
 (0)