Commit Graph

4 Commits

Author SHA1 Message Date
Paul Betts
c18b156fab Rename IConnection methods 2014-04-30 21:30:45 -07:00
Haacked
14ad942ea8 RateLimit class encapsulates rate limit headers
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.
2013-10-18 14:49:00 -07:00
Haacked
998f5f54fd Change ReadOnlyPagedCollection to accept a Func
This is technically better because the old way was actually losing
accepts header and parameters.
2013-10-15 16:12:58 -07:00
Haacked
a98bc84530 Add unit test for ReadOnlyPagedCollection 2013-10-15 16:01:34 -07:00