mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 02:18:44 +00:00
14ad942ea8
Added a RateLimit class to encapsulate pulling rate limit information from the headers. This is now exposed by ApiInfo as well as the RateLimitExceeededException. That way these two classes are not grabbing the same information in different ways which we were doing before.