Skip to content

Commit ee305f6

Browse files
docs: add rate-limiting section to REST API getting-started guide (#43588)
Co-authored-by: Sharra-writes <sharra-writes@github.com>
1 parent 52155eb commit ee305f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/rest/using-the-rest-api/getting-started-with-the-rest-api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,10 @@ You can then expand these templates using something like the [uri_template](http
700700
=> "/notifications?all=1&participating=1"
701701
```
702702

703+
## Rate limiting
704+
705+
The {% data variables.product.github %} REST API limits the number of requests you can make within a given time period. For more information about rate limits and how to check your current rate limit status, see [AUTOTITLE](/rest/using-the-rest-api/rate-limits-for-the-rest-api).
706+
703707
## Next steps
704708

705709
This article demonstrated how to list and create issues in a repository. For more practice, try to comment on an issue, edit the title of an issue, or close an issue. For more information, see the ["Create an issue comment" endpoint](/rest/issues/comments#create-an-issue-comment) and the ["Update an issue" endpoint](/rest/issues/issues#update-an-issue).

0 commit comments

Comments
 (0)