Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit29b04fe

Browse files
committed
Merge pull request#552 from github/end-org-hooks-preview
End Org Hooks API preview
2 parentsf9cbf0e +0f0bdbe commit29b04fe

File tree

3 files changed

+31
-16
lines changed

3 files changed

+31
-16
lines changed

‎content/changes/2014-12-03-preview-the-new-organization-webhooks-api.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ We hope you’ll take it for a spin and [send us your feedback][contact].
3838
[repository-event]:/v3/activity/events/types/#repositoryevent
3939
[membership-event]:/v3/activity/events/types/#membershipevent
4040
[docs]:/v3/orgs/hooks/
41-
[docs-preview]:/v3/orgs/hooks/#preview-period
41+
[docs-preview]:/v3/orgs/hooks/
4242
[contact]:https://github.com/contact?form[subject]=Organization+Webhooks
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
kind:change
3+
title:Organization Webhooks API finalized
4+
created_at:2015-04-21
5+
author_name:pengwynn
6+
---
7+
8+
After[four months in preview release][ann], the[Organization Webhooks API][docs] is now considered stable and ready for production use.
9+
10+
###Preview media type no longer needed
11+
12+
During the preview period, you needed to provide a custom media type in the`Accept` header when using the Organization Webhooks API:
13+
14+
application/vnd.github.sersi-preview+json
15+
16+
Now that the preview has ended, you no longer need to pass this custom
17+
media type, though providing an explicit[media type][media-types] is recommended:
18+
19+
application/vnd.github.v3+json
20+
21+
###Feedback
22+
23+
If you have any questions or feedback on this API, please[get in touch][contact].
24+
25+
[ann]:/changes/2014-12-03-preview-the-new-organization-webhooks-api/
26+
[docs]:/v3/orgs/hooks
27+
[media-types]:/v3/media
28+
[contact]:https://github.com/contact?form%5Bsubject%5D=Organization+Webhooks
29+
30+

‎content/v3/orgs/hooks.md‎

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,6 @@ title: Organization Webhooks | GitHub API
77
* TOC
88
{:toc}
99

10-
{{#tip}}
11-
12-
<aname="preview-period"></a>
13-
14-
The Organization Webhooks API is currently available for developers to preview.
15-
During the preview period, the API may change without advance notice.
16-
Please see the[blog post][developer-blog-post] for full details.
17-
18-
To access the API during the preview period, you must provide a custom[media type][media-type] in the`Accept` header:
19-
20-
application/vnd.github.sersi-preview+json
21-
22-
{{/tip}}
23-
24-
2510
Organization webhooks allow you to receive HTTP`POST` payloads whenever certain events happen within the organization. Subscribing to these events makes it possible to build integrations that react to actions on GitHub.com. For more information on actions you can subscribe to, check out our[Events documentation][webhook-events].
2611

2712
##Scopes & Restrictions

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp