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.

Commitb565e2f

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent2f6db25 commitb565e2f

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

‎content/v3/misc.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,15 @@ organization's [GitHub Enterprise](https://enterprise.github.com/) installation.
3333

3434
{% endif %}
3535

36+
{% if page.version == 'dotcom' %}
37+
3638
##[Rate Limit][]
3739

3840
The[Rate Limit API][Rate Limit] lets you check your current rate limit
3941
status at any time.
4042

43+
{% endif %}
44+
4145
##[Licenses][]
4246

4347
The[Licenses API][Licenses] returns information about open source licenses or under what license, if any a given project is distributed.

‎content/v3/rate_limit.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title:Rate Limit
33
---
44

5+
{% if page.version == 'dotcom' %}
6+
57
#Rate Limit
68

79
The overview documentation describes the[rate limit rules](/v3/#rate-limiting).
@@ -49,3 +51,5 @@ version of the API.
4951
If you're writing new API client code (or updating your existing code), you
5052
should use the`"core"` object instead of the`"rate"` object. The`"core"` object
5153
contains the same information that is present in the`"rate"` object.
54+
55+
{% endif %}

‎content/v3/search.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ is a computed value representing the relevance of an item relative to the other
2525
items in the result set. Multiple factors are combined to boost the most
2626
relevant item to the top of the result list.
2727

28+
{% if page.version == 'dotcom' %}
29+
2830
###Rate limit
2931

3032
The Search API has a custom rate limit. For requests using[Basic
@@ -36,6 +38,8 @@ to make up to 10 requests per minute.
3638
See the[rate limit documentation](/v3/#rate-limiting) for details on
3739
determining your current rate limit status.
3840

41+
{% endif %}
42+
3943
###Timeouts and incomplete results
4044

4145
To keep the Search API fast for everyone, we limit how long any individual query

‎layouts/sidebar.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ <h3><a href="#" class="js-expand-btn collapsed arrow-btn" data-proofer-ignore></
6969
<li><ahref="/v3/licenses/">Licenses</a></li>
7070
<li><ahref="/v3/markdown/">Markdown</a></li>
7171
<li><ahref="/v3/meta/">Meta</a></li>
72+
<% if @item[:version] == 'dotcom' %>
7273
<li><ahref="/v3/rate_limit/">Rate Limit</a></li>
74+
<% end %>
7375
</ul>
7476
</li>
7577
<liclass="js-topic">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp