Brendan Forster
287861e4a7
rewrite the setup of responses to use a standard helper function ( #2177 )
2020-04-14 11:30:15 -03:00
Brendan Forster
4b0e7255b1
remove all usages of TaskFactory in test suite ( #2164 )
2020-03-31 16:57:16 -03:00
Brendan Forster
b036bb931b
corrected this test to be 1-based (and trigger null)
2016-02-18 14:03:48 +11:00
Brendan Forster
3a9dcc33f7
added tests for new behaviour within pagination
2016-02-14 17:23:53 +11:00
Brendan Forster
80719c0033
aaaand format the code
2015-11-04 13:38:51 -08:00
Haacked
ff3506f3e8
Make some of the IResponse properties readonly
2015-01-04 19:13:32 -08:00
Haacked
4c8bab20eb
IApiResponse no longer inherits IResponse
2015-01-04 18:58:53 -08:00
Haacked
09d5c236a4
Rename IResponse<T> to IApiResponse
2015-01-04 18:33:48 -08:00
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