Commit Graph

7 Commits

Author SHA1 Message Date
Peter MacNaughton
d12a609b33 Added missing methods on IObservableRepo...
sitoriesClient
Added unit tests for new methods.
2014-02-10 00:11:38 -07:00
Haacked
3c3febaf77 Remove use of .Wait() from tests 2013-11-05 16:02:33 -08:00
Haacked
de2f978c1d Fix broken lukewarm test
Synce we just return the task, this method is called immediately. That's
fine for now. This unit test is just here to document the current behavior
so we know when it changes. It changed!
2013-10-31 10:06:50 -07:00
Haacked
ad4be39ea3 Clean up the Octokit.Reactive namespaces
Fixes #84
2013-10-18 22:26:36 -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
3f5e561111 Add tests to verify current observable behavior
Right now, our observable methods are semi-cold. They don't make the
request until subscribed, but multiple subscriptions get the same
result. This is the way that Octokit.cocoa works.
2013-10-17 09:49:48 -07:00
Haacked
04958410ea Flatten the observables for repositories 2013-10-16 18:54:06 -07:00