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.

Commit1959d63

Browse files
committed
Merge pull request#678 from github/update-1420669763
2 parents432c348 +4e0a182 commit1959d63

File tree

4 files changed

+56
-35
lines changed

4 files changed

+56
-35
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
kind:change
3+
title:Prepare for upcoming organization permissions changes
4+
created_at:2015-01-07
5+
author_name:jakeboxer
6+
---
7+
8+
Last month, we[released a preview][org-permissions-preview] of several API changes related to managing organization members and repositories. Today, we're finalizing these changes. This new functionality is now stable and suitable for production use. If your application relies on any of the affected functionality (described below), be sure to**update your code before February 24** to account for these changes.
9+
10+
###Breaking changes coming on February 24
11+
12+
If your application uses any of the following APIs, then you are affected by this change:
13+
14+
- APIs for managing your organization's admins through the Owners team
15+
- The[List your repositories][list-your-repos] API
16+
- The[List your organizations][list-your-organizations] API
17+
- The[List user organizations][list-user-organizations] API
18+
19+
If your application uses these APIs, we urge you to update your application as soon as possible. (Read[last month's announcement][org-permissions-preview] for more details on the changes.)
20+
21+
Starting today, we're offering a migration period allowing applications to opt in to these changes (as described below). On February 24, these changes will become official parts of the GitHub API v3. At that time, these changes will apply to all API consumers.
22+
23+
###Migration period
24+
25+
During the migration period, you can opt-in to these changes using the following custom media type in the`Accept` header:
26+
27+
application/vnd.github.moondragon+json
28+
29+
We want to make these updates as smooth as possible for everyone, and we hope that the migration period gives you flexibility to adopt these changes on your own schedule. If you have any questions or feedback, please[get in touch with us][contact]!
30+
31+
[org-permissions-preview]:/changes/2014-12-08-organization-permissions-api-preview/
32+
[list-your-repos]:/v3/repos/#list-your-repositories
33+
[list-user-organizations]:/v3/orgs/#list-user-organizations
34+
[list-your-organizations]:/v3/orgs/#list-your-organizations
35+
[contact]:https://github.com/contact?form[subject]=Organization+Permissions+API

‎content/v3/orgs.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@ With the new Organization Permissions API (described below), this method will on
1919

2020
<divclass="alert">
2121
<p>
22-
The Organization Permissions API is currently available for developers to preview.
23-
During the preview period, the API may change without notice.
24-
Please see the <a href="/changes/2014-12-08-organization-permissions-api-preview/">blog post</a> for full details.
22+
We're currently offering a migration period allowing applications to opt in to the Organization Permissions API. This functionality will apply to all API consumers beginning February 24, 2015. Please see the <a href="/changes/2015-01-07-prepare-for-organization-permissions-changes/">blog post</a> for full details.
2523
</p>
2624

2725
<p>
28-
To access the API during thepreview period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
29-
<pre>application/vnd.github.moondragon-preview+json</pre>
26+
To access the API during themigration period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
27+
<pre>application/vnd.github.moondragon+json</pre>
3028
</p>
3129
</div>
3230

@@ -47,14 +45,12 @@ With the new Organization Permissions API (described below), this method will on
4745

4846
<divclass="alert">
4947
<p>
50-
The Organization Permissions API is currently available for developers to preview.
51-
During the preview period, the API may change without notice.
52-
Please see the <a href="/changes/2014-12-08-organization-permissions-api-preview/">blog post</a> for full details.
48+
We're currently offering a migration period allowing applications to opt in to the Organization Permissions API. This functionality will apply to all API consumers beginning February 24, 2015. Please see the <a href="/changes/2015-01-07-prepare-for-organization-permissions-changes/">blog post</a> for full details.
5349
</p>
5450

5551
<p>
56-
To access the API during thepreview period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
57-
<pre>application/vnd.github.moondragon-preview+json</pre>
52+
To access the API during themigration period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
53+
<pre>application/vnd.github.moondragon+json</pre>
5854
</p>
5955
</div>
6056

‎content/v3/orgs/members.md

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,12 @@ Name | Type | Description
2727

2828
<divclass="alert">
2929
<p>
30-
The Organization Permissions API is currently available for developers to preview.
31-
During the preview period, the API may change without notice.
32-
Please see the <a href="/changes/2014-12-08-organization-permissions-api-preview/">blog post</a> for full details.
30+
We're currently offering a migration period allowing applications to opt in to the Organization Permissions API. This functionality will apply to all API consumers beginning February 24, 2015. Please see the <a href="/changes/2015-01-07-prepare-for-organization-permissions-changes/">blog post</a> for full details.
3331
</p>
3432

3533
<p>
36-
To access the API during thepreview period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
37-
<pre>application/vnd.github.moondragon-preview+json</pre>
34+
To access the API during themigration period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
35+
<pre>application/vnd.github.moondragon+json</pre>
3836
</p>
3937
</div>
4038

@@ -134,14 +132,12 @@ The user can publicize their own membership.
134132

135133
<divclass="alert">
136134
<p>
137-
The Organization Permissions API is currently available for developers to preview.
138-
During the preview period, the API may change without notice.
139-
Please see the <a href="/changes/2014-12-08-organization-permissions-api-preview/">blog post</a> for full details.
135+
We're currently offering a migration period allowing applications to opt in to the Organization Permissions API. Please see the <a href="/changes/2015-01-07-prepare-for-organization-permissions-changes/">blog post</a> for full details.
140136
</p>
141137

142138
<p>
143-
To accessthe API during thepreview period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
144-
<pre>application/vnd.github.moondragon-preview+json</pre>
139+
To accessthis APImethodduring themigration period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
140+
<pre>application/vnd.github.moondragon+json</pre>
145141
</p>
146142
</div>
147143

@@ -168,14 +164,12 @@ In order to get a user's membership with an organization, the authenticated user
168164

169165
<divclass="alert">
170166
<p>
171-
The Organization Permissions API is currently available for developers to preview.
172-
During the preview period, the API may change without notice.
173-
Please see the <a href="/changes/2014-12-08-organization-permissions-api-preview/">blog post</a> for full details.
167+
We're currently offering a migration period allowing applications to opt in to the Organization Permissions API. Please see the <a href="/changes/2015-01-07-prepare-for-organization-permissions-changes/">blog post</a> for full details.
174168
</p>
175169

176170
<p>
177-
To accessthe API during thepreview period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
178-
<pre>application/vnd.github.moondragon-preview+json</pre>
171+
To accessthis APImethodduring themigration period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
172+
<pre>application/vnd.github.moondragon+json</pre>
179173
</p>
180174
</div>
181175

@@ -203,14 +197,12 @@ Name | Type | Description
203197

204198
<divclass="alert">
205199
<p>
206-
The Organization Permissions API is currently available for developers to preview.
207-
During the preview period, the API may change without notice.
208-
Please see the <a href="/changes/2014-12-08-organization-permissions-api-preview/">blog post</a> for full details.
200+
We're currently offering a migration period allowing applications to opt in to the Organization Permissions API. Please see the <a href="/changes/2015-01-07-prepare-for-organization-permissions-changes/">blog post</a> for full details.
209201
</p>
210202

211203
<p>
212-
To accessthe API during thepreview period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
213-
<pre>application/vnd.github.moondragon-preview+json</pre>
204+
To accessthis APImethodduring themigration period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
205+
<pre>application/vnd.github.moondragon+json</pre>
214206
</p>
215207
</div>
216208

‎content/v3/repos.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,12 @@ list the authenticated user's organization-owned repositories.
2424

2525
<divclass="alert">
2626
<p>
27-
The Organization Permissions API is currently available for developers to preview.
28-
During the preview period, the API may change without notice.
29-
Please see the <a href="/changes/2014-12-08-organization-permissions-api-preview/">blog post</a> for full details.
27+
We're currently offering a migration period allowing applications to opt in to the Organization Permissions API. This functionality will apply to all API consumers beginning February 24, 2015. Please see the <a href="/changes/2015-01-07-prepare-for-organization-permissions-changes/">blog post</a> for full details.
3028
</p>
3129

3230
<p>
33-
To access the API during thepreview period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
34-
<pre>application/vnd.github.moondragon-preview+json</pre>
31+
To access the API during themigration period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
32+
<pre>application/vnd.github.moondragon+json</pre>
3533
</p>
3634
</div>
3735

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp