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.

Commitd927492

Browse files
committed
Merge pull request#825 from github/update-1437579348
2 parentse50095a +62dd82d commitd927492

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

‎content/guides/best-practices-for-integrators.md‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,23 @@ If you hit a rate limit, it's expected that you back off from making requests an
6363

6464
You can always[check your rate limit status](/v3/rate_limit/) at any time. Checking your rate limit incurs no cost against your rate limit.
6565

66+
##Dealing with abuse rate limits
67+
68+
[Abuse rate limits](/v3/#abuse-rate-limits) are another way we ensure the API's availability.
69+
To avoid hitting this limit, you should ensure your application follows the guidelines below.
70+
71+
* Make authenticated requests, or use your application's client ID and secret. Unauthenticated
72+
requests are subject to more aggressive abuse rate limiting.
73+
* Make requests for a single user or client ID serially. Do not make requests for a single user
74+
or client ID concurrently.
75+
* If you're making a large number of`POST`,`PATCH`,`PUT`, or`DELETE` requests for a single user
76+
or client ID, wait at least one second between each request.
77+
* Requests that create content which triggers notifications, such as issues, comments and pull requests,
78+
may be further limited. Please create this content at a reasonable pace to avoid further limiting.
79+
* When you have been limited, wait the number of seconds specified in the`Retry-After` response header.
80+
81+
We reserve the right to change these guidelines as needed to ensure availability.
82+
6683
##Dealing with API errors
6784

6885
Although your code would never introduce a bug, you may find that you've encountered successive errors when trying to access the API.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp