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.

Sync changes from upstream repository#667

Merged
hubot merged 1 commit intomasterfromupdate-1418249860
Dec 10, 2014
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletionscontent/v3.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -414,6 +414,39 @@ If you're using conditional requests and still exceeding your rate
limit, please [contact us][support] to request a
higher rate limit for your OAuth application.

### Abuse Rate Limits

To prevent abuse, additional rate limits apply to some endpoints that
create content. This rate limit applies to the creation of new content
over a period of time. These rate limits do not apply to private repositories
or GitHub Enterprise installations.

It is not intended for this rate limit to interfere with any legimate use of
the API. Your normal [rate limits](/v3/#rate-limiting) should be the only
limit you target. Please [contact support][abuse-support] if your use is affected by
this rate limit.

If your application triggers this rate limit, you'll receive an informative
response:

<pre class="terminal">
HTTP/1.1 403 Forbidden
Content-Type: application/json; charset=utf-8
Connection: close

{
"errors": [
{
"resource": "IssueComment",
"code": "abuse",
"field": "base"
}
],
"message": "Rate Limit Exceeded",
"documentation_url": "https://developer.github.com/v3#abuse-rate-limits"
}
</pre>

## User Agent Required

All API requests MUST include a valid `User-Agent` header. Requests with no `User-Agent`
Expand DownExpand Up@@ -619,4 +652,5 @@ If the steps above don't result in any information, we use UTC as the timezone
to create the git commit.

[support]: https://github.com/contact?form[subject]=APIv3
[abuse-support]: https://github.com/contact?form[subject]=API+Abuse+Rate+Limits
[pagination-guide]: /guides/traversing-with-pagination

[8]ページ先頭

©2009-2025 Movatter.jp