Reports the current rate limit status for the authenticated user, either pulls this information from a previous successful request or directly from the GitHub API.
gh_rate_limit( response = NULL, .token = NULL, .api_url = NULL, .send_headers = NULL )
| response |
|
|---|---|
| .token | Authentication token. Defaults to |
| .api_url | Github API url (default: https://api.github.com). Used
if |
| .send_headers | Named character vector of header field values
(except |
A list object containing the overall limit, remaining limit, and the
limit reset time.
Further details on GitHub's API rate limit policies are available at https://docs.github.com/v3/#rate-limiting.