|
2 | 2 | <feed xmlns="http://www.w3.org/2005/Atom"> |
3 | 3 | <id>http://developer.github.com/</id> |
4 | 4 | <title>GitHub API Changes</title> |
5 | | - <updated>2014-09-16T00:00:00Z</updated> |
| 5 | + <updated>2014-09-23T00:00:00Z</updated> |
6 | 6 | <link rel="alternate" href="http://developer.github.com/" /> |
7 | 7 | <link rel="self" href="http://developer.github.com/changes.atom" /> |
8 | 8 | <author> |
9 | 9 | <name>technoweenie</name> |
10 | 10 | <uri>https://github.com/technoweenie</uri> |
11 | 11 | </author> |
| 12 | + <entry> |
| 13 | + <id>tag:developer.github.com,2014-09-23:/changes/2014-09-23-one-more-week-before-the-add-team-member-api-breaking-change/</id> |
| 14 | + <title type="html">One more week before the "Add team member" API breaking change</title> |
| 15 | + <published>2014-09-23T00:00:00Z</published> |
| 16 | + <updated>2014-09-23T00:00:00Z</updated> |
| 17 | + <author> |
| 18 | + <name>jakeboxer</name> |
| 19 | + <uri>https://github.com/technoweenie</uri> |
| 20 | + </author> |
| 21 | + <link rel="alternate" href="http://developer.github.com/changes/2014-09-23-one-more-week-before-the-add-team-member-api-breaking-change/" /> |
| 22 | + <content type="html"><p>We’re delaying the breaking change to the <a href="/v3/orgs/teams/#add-team-member">“Add team member” API</a> by another week to give developers more time to update their applications.</p> |
| 23 | + |
| 24 | +<p>The <a href="/changes/2014-09-16-finalizing-the-organization-and-team-membership-apis/">breaking change to the “Add team member” API</a> will go into effect for all requests on <strong>September 30, 2014</strong>. At that time, if you use <a href="/v3/orgs/teams/#add-team-member">the “Add team member” API</a> to add a user to a team and that user isn’t already on another team in your organization, the request will fail. To avoid this, be sure to use the <a href="/v3/orgs/teams/#add-team-membership">the “Add team membership” API</a>.</p> |
| 25 | + |
| 26 | +<h3 id="the-organization-and-team-membership-apis-are-now-official">The Organization and Team Membership APIs are now official</h3> |
| 27 | + |
| 28 | +<p>As promised in <a href="/changes/2014-09-16-finalizing-the-organization-and-team-membership-apis/">our blog post last week</a>, the <a href="/changes/2014-08-28-accepting-organization-invitations-from-the-api/">Organization Membership</a> and <a href="/changes/2014-08-05-team-memberships-api/">Team Membership</a> APIs are now an official part of the GitHub API! The preview media type is no longer required to access them.</p> |
| 29 | + |
| 30 | +<p>If you have any questions or feedback, please <a href="https://github.com/contact?form%5Bsubject%5D=Organization+and+Team+Membership+APIs">get in touch with us</a>!</p> |
| 31 | + |
| 32 | +</content> |
| 33 | + </entry> |
12 | 34 | <entry> |
13 | 35 | <id>tag:developer.github.com,2014-09-16:/changes/2014-09-16-finalizing-the-organization-and-team-membership-apis/</id> |
14 | 36 | <title type="html">Finalizing the Organization and Team Membership APIs</title> |
@@ -1019,35 +1041,6 @@ to create the git commit.</p> |
1019 | 1041 |
|
1020 | 1042 | <p>As always, if you have any questions or feedback, please <a href="https://github.com/contact?form%5Bsubject%5D=Deployments+API">get in touch</a>.</p> |
1021 | 1043 |
|
1022 | | -</content> |
1023 | | - </entry> |
1024 | | - <entry> |
1025 | | - <id>tag:developer.github.com,2014-02-28:/changes/2014-02-28-issue-and-pull-query-enhancements/</id> |
1026 | | - <title type="html">Query enhancements for listing issues and pull requests</title> |
1027 | | - <published>2014-02-28T00:00:00Z</published> |
1028 | | - <updated>2014-02-28T00:00:00Z</updated> |
1029 | | - <author> |
1030 | | - <name>pengwynn</name> |
1031 | | - <uri>https://github.com/technoweenie</uri> |
1032 | | - </author> |
1033 | | - <link rel="alternate" href="http://developer.github.com/changes/2014-02-28-issue-and-pull-query-enhancements/" /> |
1034 | | - <content type="html"><p>We’ve made it even easier to list all <a href="/v3/issues/#list-issues">issues</a> and <a href="/v3/pulls/#list-pull-requests">pull requests</a> via the API. |
1035 | | -The <code>state</code> parameter now supports a value of <code>all</code> that will return issues and |
1036 | | -pull requests regardless of state.</p> |
1037 | | - |
1038 | | -<pre class="terminal"> |
1039 | | -$ curl https://api.github.com/repos/atom/vim-mode/issues\?state\=all |
1040 | | -</pre> |
1041 | | - |
1042 | | -<p>We’ve also introduced new sorting options for <a href="/v3/pulls/#list-pull-requests">listing pull requests</a>. You can now sort pull requests by <code>created</code>, <code>updated</code>, |
1043 | | -<code>popularity</code>, and <code>long-running</code>.</p> |
1044 | | - |
1045 | | -<pre class="terminal"> |
1046 | | -$ curl https://api.github.com/repos/rails/rails/pulls\?sort\=long-running\&amp;direction\=desc |
1047 | | -</pre> |
1048 | | - |
1049 | | -<p>Happy querying. If you have any questions or feedback <a href="https://github.com/contact?form%5Bsubject%5D=API+query+enhancements">get in touch</a>.</p> |
1050 | | - |
1051 | 1044 | </content> |
1052 | 1045 | </entry> |
1053 | 1046 | </feed> |
0 commit comments