module Octokit::Client::RateLimit
Overview
Methods for API rate limiting info
See Also:
Direct including types
Defined in:
octokit/client/rate_limit.crInstance Method Summary
-
#rate_limit
Get rate limit info from last response if available or make a new request to fetch rate limit
-
#rate_limit!
Refresh rate limit info by making a new request
Instance Method Detail
def rate_limit
#
Get rate limit info from last response if available or make a new request to fetch rate limit
See Also: