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.

Commit1ddd873

Browse files
committed
Merge pull request#553 from github/add-new-ent-340-site
Add new .340 dev site
2 parents51819cb +7dfbcb4 commit1ddd873

File tree

857 files changed

+258467
-0
lines changed

Some content is hidden

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

857 files changed

+258467
-0
lines changed

‎enterprise/11.10.340/CNAME‎

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

‎enterprise/11.10.340/changes.atom‎

Lines changed: 983 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
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/documentation.css"media="screen"rel="stylesheet"type="text/css">
12+
<linkhref="/css/pygments.css"media="screen"rel="stylesheet"type="text/css">
13+
<scriptsrc="/js/jquery.js"type="text/javascript"></script>
14+
<scriptsrc="/js/documentation.js"type="text/javascript"></script>
15+
</head>
16+
17+
18+
<bodyclass="blog">
19+
<divid="header-wrapper">
20+
<divid="header">
21+
<div>
22+
<aclass="logo"href="/">GitHub:Developer</a>
23+
<ulclass="nav">
24+
<li><ahref="/v3/"class="nav-api">API</a></li>
25+
<li><ahref="/program/"class="nav-developers">Developers</a></li>
26+
<li><ahref="/changes/"class="nav-blog">Blog</a></li>
27+
<li><ahref="https://github.com/contact">Support</a></li>
28+
<liid="search-container">
29+
<inputtype="text"id="searchfield"autocomplete="off"autocorrect="off"autocapitalize="off"spellcheck="false"/><labelclass="search-placeholder">Search</label>
30+
<divclass="cancel-search"></div>
31+
<ulid="search-results">
32+
33+
</ul>
34+
</li>
35+
</ul>
36+
</div>
37+
</div><!-- #header -->
38+
</div><!-- #header-wrapper -->
39+
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://github.com/pengwynn.png"alt="Avatar for pengwynn"/>
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-06-23-the-github-enterprise-api-documentation-has-a-new-home/">The GitHub Enterprise API documentation has a new home!<br/><spanclass="date">June 23, 2014</span></a></li>
90+
91+
<li><ahref="/changes/2014-06-19-combined-status-api-pagination/">Pagination in the Combined Status API<br/><spanclass="date">June 19, 2014</span></a></li>
92+
93+
<li><ahref="/changes/2014-06-11-improved-ci-support-for-deployments-api/">Improved CI support for the Deployments API<br/><spanclass="date">June 11, 2014</span></a></li>
94+
95+
<li><ahref="/changes/2014-06-09-new-attributes-for-pull-request-review-comment-events/">New attributes for PullRequestReviewComment events<br/><spanclass="date">June 9, 2014</span></a></li>
96+
97+
<li><ahref="/changes/2014-05-19-deployments-api-updates/">New attributes for the Deployments API<br/><spanclass="date">May 19, 2014</span></a></li>
98+
99+
<li><ahref="/changes/2014-05-09-improved-pagination-for-the-repository-commits-api/">Improved pagination for the Repository Commits API<br/><spanclass="date">May 9, 2014</span></a></li>
100+
101+
<li><ahref="/changes/2014-05-06-gist-api-now-truncating-large-files/">Changes to Gist API response for large files<br/><spanclass="date">May 6, 2014</span></a></li>
102+
103+
<li><ahref="/changes/2014-04-25-user-content-security/">New user content domains<br/><spanclass="date">April 25, 2014</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-octicon octicon-mark-github"></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+
<script>
153+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
154+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*newDate();a=s.createElement(o),
155+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
156+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
157+
158+
ga('create','UA-3769691-37','github.com');
159+
ga('send','pageview');
160+
</script>
161+
<scriptsrc="/js/retina.js"type="text/javascript"></script>
162+
163+
</body>
164+
</html>
Lines changed: 166 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,166 @@
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/documentation.css"media="screen"rel="stylesheet"type="text/css">
12+
<linkhref="/css/pygments.css"media="screen"rel="stylesheet"type="text/css">
13+
<scriptsrc="/js/jquery.js"type="text/javascript"></script>
14+
<scriptsrc="/js/documentation.js"type="text/javascript"></script>
15+
</head>
16+
17+
18+
<bodyclass="blog">
19+
<divid="header-wrapper">
20+
<divid="header">
21+
<div>
22+
<aclass="logo"href="/">GitHub:Developer</a>
23+
<ulclass="nav">
24+
<li><ahref="/v3/"class="nav-api">API</a></li>
25+
<li><ahref="/program/"class="nav-developers">Developers</a></li>
26+
<li><ahref="/changes/"class="nav-blog">Blog</a></li>
27+
<li><ahref="https://github.com/contact">Support</a></li>
28+
<liid="search-container">
29+
<inputtype="text"id="searchfield"autocomplete="off"autocorrect="off"autocapitalize="off"spellcheck="false"/><labelclass="search-placeholder">Search</label>
30+
<divclass="cancel-search"></div>
31+
<ulid="search-results">
32+
33+
</ul>
34+
</li>
35+
</ul>
36+
</div>
37+
</div><!-- #header -->
38+
</div><!-- #header-wrapper -->
39+
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://github.com/pezra.png"alt="Avatar for pezra"/>
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-06-23-the-github-enterprise-api-documentation-has-a-new-home/">The GitHub Enterprise API documentation has a new home!<br/><spanclass="date">June 23, 2014</span></a></li>
92+
93+
<li><ahref="/changes/2014-06-19-combined-status-api-pagination/">Pagination in the Combined Status API<br/><spanclass="date">June 19, 2014</span></a></li>
94+
95+
<li><ahref="/changes/2014-06-11-improved-ci-support-for-deployments-api/">Improved CI support for the Deployments API<br/><spanclass="date">June 11, 2014</span></a></li>
96+
97+
<li><ahref="/changes/2014-06-09-new-attributes-for-pull-request-review-comment-events/">New attributes for PullRequestReviewComment events<br/><spanclass="date">June 9, 2014</span></a></li>
98+
99+
<li><ahref="/changes/2014-05-19-deployments-api-updates/">New attributes for the Deployments API<br/><spanclass="date">May 19, 2014</span></a></li>
100+
101+
<li><ahref="/changes/2014-05-09-improved-pagination-for-the-repository-commits-api/">Improved pagination for the Repository Commits API<br/><spanclass="date">May 9, 2014</span></a></li>
102+
103+
<li><ahref="/changes/2014-05-06-gist-api-now-truncating-large-files/">Changes to Gist API response for large files<br/><spanclass="date">May 6, 2014</span></a></li>
104+
105+
<li><ahref="/changes/2014-04-25-user-content-security/">New user content domains<br/><spanclass="date">April 25, 2014</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-octicon octicon-mark-github"></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+
<script>
155+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
156+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*newDate();a=s.createElement(o),
157+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
158+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
159+
160+
ga('create','UA-3769691-37','github.com');
161+
ga('send','pageview');
162+
</script>
163+
<scriptsrc="/js/retina.js"type="text/javascript"></script>
164+
165+
</body>
166+
</html>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp