Source: copied from httr vignette "Best practices for API packages" by Hadley Wickham

check_rate_limit(ref)

Arguments

ref

Any repository reference being used. Repository information is stripped out and only authentication credentials are used to determine the rate limit.

Value

Informative message on requests remaining and reset time

See also

Other check: check_internet()

Examples

if (FALSE) { experigit <- create_repo_ref('emilyriederer', 'experigit') check_rate_limit(experigit) }