@ -59,10 +59,10 @@ limited to 60 requests per hour, while authenticated clients can make up to
that are not issued on behalf of a user , use the
UnauthenticatedRateLimitedTransport .
The Rate fiel d on a client track s the rate limit information based on the most
The Rate metho d on a client return s the rate limit information based on the most
recent API call . This is updated on every call , but may be out of date if it ' s
been some time since the last API call and other clients have made subsequent
requests since then . You can always call RateLimit ( ) directly to get the most
requests since then . You can always call RateLimits ( ) directly to get the most
up - to - date rate limit data for the client .
Learn more about GitHub rate limiting at