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.

Commitc71cfea

Browse files
committed
Merge master
2 parentsf1d0e00 +2f59137 commitc71cfea

File tree

173 files changed

+48752
-302
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+48752
-302
lines changed

‎CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
developer.github.com

‎changes.atom

Lines changed: 1201 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 165 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,165 @@
1+
<!DOCTYPE html>
2+
<htmllang="en">
3+
<head>
4+
<metahttp-equiv="Content-Type"content="text/html; charset=UTF-8"/>
5+
<metahttp-equiv="Content-Language"content="en-us"/>
6+
<metahttp-equiv="imagetoolbar"content="false"/>
7+
<metaname="MSSmartTagsPreventParsing"content="true"/>
8+
<title>Rate limit changes for unauthenticated requests</title>
9+
<linkrel="alternate"type="application/atom+xml"title="API Changes"href="/changes.atom"/>
10+
<linkhref="/css/reset.css"rel="stylesheet"type="text/css"/>
11+
<linkhref="/css/960.css"rel="stylesheet"type="text/css"/>
12+
<linkhref="/css/uv_active4d.css"rel="stylesheet"type="text/css"/>
13+
<linkhref="/shared/css/documentation.css"media="screen"rel="stylesheet"type="text/css">
14+
<linkhref="/shared/css/pygments.css"media="screen"rel="stylesheet"type="text/css">
15+
<scriptsrc="/shared/js/jquery.js"type="text/javascript"></script>
16+
<scriptsrc="/shared/js/documentation.js"type="text/javascript"></script>
17+
</head>
18+
19+
<bodyclass="blog">
20+
<divid="header-wrapper">
21+
<divid="header">
22+
<div>
23+
<aclass="logo"href="/">GitHub:Developer</a>
24+
<ulclass="nav">
25+
<li><ahref="/"class="nav-overview">Overview</a></li>
26+
<li><ahref="/v3/"class="nav-api">API</a></li>
27+
<li><ahref="/changes/"class="nav-blog">Blog</a></li>
28+
<li><ahref="https://github.com/contact">Support</a></li>
29+
<liid="search-container">
30+
<inputtype="text"id="searchfield"autocomplete="off"autocorrect="off"autocapitalize="off"spellcheck="false"/><labelclass="search-placeholder">Search</label>
31+
<divclass="cancel-search"></div>
32+
<ulid="search-results">
33+
34+
</ul>
35+
</li>
36+
</ul>
37+
</div>
38+
</div><!-- #header -->
39+
</div><!-- #header-wrapper -->
40+
41+
<divid="wrapper">
42+
<divclass="content">
43+
<divclass="change"id="/changes/2012-10-14-rate-limit-changes/">
44+
<h2class="title">
45+
<ahref="/changes/2012-10-14-rate-limit-changes/">Rate limit changes for unauthenticated requests</a>
46+
</h2>
47+
48+
<divclass="meta">
49+
<ul>
50+
<liclass="published">
51+
<spanclass="octicon octicon-calendar"></span>
52+
October 14, 2012
53+
54+
</li>
55+
<liclass="who_when">
56+
<imgheight="16"width="16"src="https://secure.gravatar.com/avatar/7e19cd5486b5d6dc1ef90e671ba52ae0?s=20&d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"/>
57+
<ahref="https://github.com/pengwynn">pengwynn</a>
58+
</li>
59+
</ul>
60+
</div>
61+
62+
63+
<p>To ensure a high quality of service for all API consumers, we’ve reduced the
64+
default rate limit for unauthenticated requests. To enjoy the default rate
65+
limit of 5,000 requests per hour, you’ll need to
66+
<ahref="http://developer.github.com/v3/#authentication">authenticate</a> via Basic Auth
67+
or OAuth. Unauthenticated requests will be limited to 60 per hour unless you
68+
<ahref="http://developer.github.com/v3/#unauthenticated-rate-limited-requests">include your OAuth client and
69+
secret</a>.</p>
70+
71+
<p>We’ll soon require all requests to include a valid<ahref="http://en.wikipedia.org/wiki/User_agent">User Agent
72+
header</a>. Setting a
73+
unique value for this header helps us identify requests and get in touch with
74+
developers who are abusing the API. Most HTTP libraries, wrapper libraries, and
75+
even cURL provide a valid header for you already and allow you to change it to
76+
something unique to your application.</p>
77+
78+
<p>If you have any questions or feedback, please drop us a line at
79+
<ahref="mailto:support@github.com?subject=API%20Rate%20limit">support@github.com</a>.</p>
80+
81+
</div>
82+
83+
</div>
84+
85+
<divclass="sidebar-shell">
86+
<h2>Recent Posts</h2>
87+
<ulclass="headlines sidebar-module">
88+
89+
<li><ahref="/changes/2014-01-29-audit-org-members-for-2fa/">Audit organization members for two-factor authentication<br/><spanclass="date">January 29, 2014</span></a></li>
90+
91+
<li><ahref="/changes/2014-01-09-preview-the-new-deployments-api/">Preview the New Deployments API<br/><spanclass="date">January 9, 2014</span></a></li>
92+
93+
<li><ahref="/changes/2014-01-07-upcoming-change-to-default-media-type/">Upcoming Change to Default Media Type<br/><spanclass="date">January 7, 2014</span></a></li>
94+
95+
<li><ahref="/changes/2013-12-13-paginating-org-members/">Paginated results for organization members<br/><spanclass="date">December 13, 2013</span></a></li>
96+
97+
<li><ahref="/changes/2013-11-04-releases-api-is-official/">Releases API is Official<br/><spanclass="date">November 4, 2013</span></a></li>
98+
99+
<li><ahref="/changes/2013-10-29-search-api-becomes-an-official-part-of-github-api-v3/">Search API Becomes an Official Part of API v3<br/><spanclass="date">October 29, 2013</span></a></li>
100+
101+
<li><ahref="/changes/2013-10-18-new-code-search-requirements/">New Validation Rule for Beta Code Search API<br/><spanclass="date">October 18, 2013</span></a></li>
102+
103+
<li><ahref="/changes/2013-10-08-list-all-user-teams/">List all teams for the authenticated user<br/><spanclass="date">October 8, 2013</span></a></li>
104+
105+
</ul>
106+
107+
108+
<divclass="sidebar-module notice"><aclass="rss-subscribe"href="/changes.atom">Subscribe to the RSS feed</a></div>
109+
</div>
110+
</div>
111+
112+
<divid="footer">
113+
<divclass="lower_footer">
114+
<ulclass="footer-cell">
115+
<li><ahref="http://help.github.com/terms-of-service/">Terms</a></li>
116+
<li><ahref="http://help.github.com/privacy-policy/">Privacy</a></li>
117+
<li><ahref="http://help.github.com/security/">Security</a></li>
118+
<li><ahref="https://github.com/contact">Contact</a></li>
119+
</ul>
120+
121+
<spanclass="footer-cell">
122+
<ahref="https://github.com"class="mega-icon mega-icon-invertocat"></a>
123+
</span>
124+
125+
<ulclass="footer-cell">
126+
<li><ahref="https://status.github.com/">Status</a></li>
127+
<li><ahref="http://training.github.com/">Training</a></li>
128+
<li><ahref="http://shop.github.com/">Shop</a></li>
129+
<li><ahref="https://github.com/blog">Blog</a></li>
130+
<li><ahref="https://github.com/about">About</a></li>
131+
</ul>
132+
</div>
133+
134+
<divclass="wrapper">
135+
<p>Design &copy;<spanclass="js-year">2014</span> GitHub, Inc. All rights reserved. Except where otherwise noted, content on this site is licensed under a<ahref="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons CC-BY license</a>.</p>
136+
</div>
137+
138+
</div><!-- /#footer -->
139+
<scripttype="text/javascript">
140+
var_gauges=_gauges||[];
141+
(function(){
142+
vart=document.createElement('script');
143+
t.type='text/javascript';
144+
t.async=true;
145+
t.id='gauges-tracker';
146+
t.setAttribute('data-site-id','4f2038e0cb25bc1b55000003');
147+
t.src='//secure.gaug.es/track.js';
148+
vars=document.getElementsByTagName('script')[0];
149+
s.parentNode.insertBefore(t,s);
150+
})();
151+
</script>
152+
<scripttype="text/javascript">
153+
var_gaq=_gaq||[];
154+
_gaq.push(['_setAccount','UA-3769691-27']);
155+
_gaq.push(['_trackPageview']);
156+
(function(){
157+
varga=document.createElement('script');ga.type='text/javascript';ga.async=true;
158+
ga.src=('https:'==document.location.protocol ?'https://ssl' :'http://www')+'.google-analytics.com/ga.js';
159+
vars=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);
160+
})();
161+
</script>
162+
<scriptsrc="/shared/js/retina.js"type="text/javascript"></script>
163+
164+
</body>
165+
</html>
Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
<!DOCTYPE html>
2+
<htmllang="en">
3+
<head>
4+
<metahttp-equiv="Content-Type"content="text/html; charset=UTF-8"/>
5+
<metahttp-equiv="Content-Language"content="en-us"/>
6+
<metahttp-equiv="imagetoolbar"content="false"/>
7+
<metaname="MSSmartTagsPreventParsing"content="true"/>
8+
<title>Organization Members Resource Changes</title>
9+
<linkrel="alternate"type="application/atom+xml"title="API Changes"href="/changes.atom"/>
10+
<linkhref="/css/reset.css"rel="stylesheet"type="text/css"/>
11+
<linkhref="/css/960.css"rel="stylesheet"type="text/css"/>
12+
<linkhref="/css/uv_active4d.css"rel="stylesheet"type="text/css"/>
13+
<linkhref="/shared/css/documentation.css"media="screen"rel="stylesheet"type="text/css">
14+
<linkhref="/shared/css/pygments.css"media="screen"rel="stylesheet"type="text/css">
15+
<scriptsrc="/shared/js/jquery.js"type="text/javascript"></script>
16+
<scriptsrc="/shared/js/documentation.js"type="text/javascript"></script>
17+
</head>
18+
19+
<bodyclass="blog">
20+
<divid="header-wrapper">
21+
<divid="header">
22+
<div>
23+
<aclass="logo"href="/">GitHub:Developer</a>
24+
<ulclass="nav">
25+
<li><ahref="/"class="nav-overview">Overview</a></li>
26+
<li><ahref="/v3/"class="nav-api">API</a></li>
27+
<li><ahref="/changes/"class="nav-blog">Blog</a></li>
28+
<li><ahref="https://github.com/contact">Support</a></li>
29+
<liid="search-container">
30+
<inputtype="text"id="searchfield"autocomplete="off"autocorrect="off"autocapitalize="off"spellcheck="false"/><labelclass="search-placeholder">Search</label>
31+
<divclass="cancel-search"></div>
32+
<ulid="search-results">
33+
34+
</ul>
35+
</li>
36+
</ul>
37+
</div>
38+
</div><!-- #header -->
39+
</div><!-- #header-wrapper -->
40+
41+
<divid="wrapper">
42+
<divclass="content">
43+
<divclass="change"id="/changes/2012-10-17-org-members-redirection/">
44+
<h2class="title">
45+
<ahref="/changes/2012-10-17-org-members-redirection/">Organization Members Resource Changes</a>
46+
</h2>
47+
48+
<divclass="meta">
49+
<ul>
50+
<liclass="published">
51+
<spanclass="octicon octicon-calendar"></span>
52+
October 17, 2012
53+
54+
</li>
55+
<liclass="who_when">
56+
<imgheight="16"width="16"src="https://secure.gravatar.com/avatar/f38112009dc16547051c8ac246cee443?s=20&d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"/>
57+
<ahref="https://github.com/pezra">pezra</a>
58+
</li>
59+
</ul>
60+
</div>
61+
62+
63+
<p>Requesting the<ahref="/v3/orgs/members/index.html#members-list">member list</a> of an
64+
organization of which you are not a member now redirects to the<ahref="v3/orgs/members/index.html#public-members-list">public members
65+
list</a>. Similarly, requests to
66+
<ahref="/v3/orgs/members/index.html#check-membership">membership check</a> resources of
67+
an organization of which you are not a member are redirected to the equivalent
68+
<ahref="/v3/orgs/members/index.html#check-public-membership">public membership check</a>.
69+
One exception to the latter case is that if you are checking about your own
70+
membership the request is not redirected. You are always allowed to know what
71+
organizations you belong to.</p>
72+
73+
<p>The changes where made to clarify the purpose of these various resources. The
74+
<code>/orgs/:org/members</code> resources are intended for use by members of the
75+
organization in question. The<code>/orgs/:org/public_members</code> resources are for
76+
acquiring information about the public membership of organizations. If you are
77+
not a member you are not allowed to see private membership information so you
78+
should be using the public membership resources.</p>
79+
80+
<p>If you have any questions or feedback, please drop us a line at
81+
<ahref="mailto:support@github.com?subject=Org%20members%20API">support@github.com</a>.</p>
82+
83+
</div>
84+
85+
</div>
86+
87+
<divclass="sidebar-shell">
88+
<h2>Recent Posts</h2>
89+
<ulclass="headlines sidebar-module">
90+
91+
<li><ahref="/changes/2014-01-29-audit-org-members-for-2fa/">Audit organization members for two-factor authentication<br/><spanclass="date">January 29, 2014</span></a></li>
92+
93+
<li><ahref="/changes/2014-01-09-preview-the-new-deployments-api/">Preview the New Deployments API<br/><spanclass="date">January 9, 2014</span></a></li>
94+
95+
<li><ahref="/changes/2014-01-07-upcoming-change-to-default-media-type/">Upcoming Change to Default Media Type<br/><spanclass="date">January 7, 2014</span></a></li>
96+
97+
<li><ahref="/changes/2013-12-13-paginating-org-members/">Paginated results for organization members<br/><spanclass="date">December 13, 2013</span></a></li>
98+
99+
<li><ahref="/changes/2013-11-04-releases-api-is-official/">Releases API is Official<br/><spanclass="date">November 4, 2013</span></a></li>
100+
101+
<li><ahref="/changes/2013-10-29-search-api-becomes-an-official-part-of-github-api-v3/">Search API Becomes an Official Part of API v3<br/><spanclass="date">October 29, 2013</span></a></li>
102+
103+
<li><ahref="/changes/2013-10-18-new-code-search-requirements/">New Validation Rule for Beta Code Search API<br/><spanclass="date">October 18, 2013</span></a></li>
104+
105+
<li><ahref="/changes/2013-10-08-list-all-user-teams/">List all teams for the authenticated user<br/><spanclass="date">October 8, 2013</span></a></li>
106+
107+
</ul>
108+
109+
110+
<divclass="sidebar-module notice"><aclass="rss-subscribe"href="/changes.atom">Subscribe to the RSS feed</a></div>
111+
</div>
112+
</div>
113+
114+
<divid="footer">
115+
<divclass="lower_footer">
116+
<ulclass="footer-cell">
117+
<li><ahref="http://help.github.com/terms-of-service/">Terms</a></li>
118+
<li><ahref="http://help.github.com/privacy-policy/">Privacy</a></li>
119+
<li><ahref="http://help.github.com/security/">Security</a></li>
120+
<li><ahref="https://github.com/contact">Contact</a></li>
121+
</ul>
122+
123+
<spanclass="footer-cell">
124+
<ahref="https://github.com"class="mega-icon mega-icon-invertocat"></a>
125+
</span>
126+
127+
<ulclass="footer-cell">
128+
<li><ahref="https://status.github.com/">Status</a></li>
129+
<li><ahref="http://training.github.com/">Training</a></li>
130+
<li><ahref="http://shop.github.com/">Shop</a></li>
131+
<li><ahref="https://github.com/blog">Blog</a></li>
132+
<li><ahref="https://github.com/about">About</a></li>
133+
</ul>
134+
</div>
135+
136+
<divclass="wrapper">
137+
<p>Design &copy;<spanclass="js-year">2014</span> GitHub, Inc. All rights reserved. Except where otherwise noted, content on this site is licensed under a<ahref="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons CC-BY license</a>.</p>
138+
</div>
139+
140+
</div><!-- /#footer -->
141+
<scripttype="text/javascript">
142+
var_gauges=_gauges||[];
143+
(function(){
144+
vart=document.createElement('script');
145+
t.type='text/javascript';
146+
t.async=true;
147+
t.id='gauges-tracker';
148+
t.setAttribute('data-site-id','4f2038e0cb25bc1b55000003');
149+
t.src='//secure.gaug.es/track.js';
150+
vars=document.getElementsByTagName('script')[0];
151+
s.parentNode.insertBefore(t,s);
152+
})();
153+
</script>
154+
<scripttype="text/javascript">
155+
var_gaq=_gaq||[];
156+
_gaq.push(['_setAccount','UA-3769691-27']);
157+
_gaq.push(['_trackPageview']);
158+
(function(){
159+
varga=document.createElement('script');ga.type='text/javascript';ga.async=true;
160+
ga.src=('https:'==document.location.protocol ?'https://ssl' :'http://www')+'.google-analytics.com/ga.js';
161+
vars=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);
162+
})();
163+
</script>
164+
<scriptsrc="/shared/js/retina.js"type="text/javascript"></script>
165+
166+
</body>
167+
</html>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp