Implement observable oauth client

Rx will never die
This commit is contained in:
Haacked
2014-04-22 08:38:53 -07:00
parent 5d70f885b7
commit 9e0fb886ca
5 changed files with 61 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
IObservableActivitiesClient Activity { get; }
IObservableIssuesClient Issue { get; }
IObservableMiscellaneousClient Miscellaneous { get; }
IObservableOauthClient Oauth { get; }
IObservableOrganizationsClient Organization { get; }
IObservableRepositoriesClient Repository { get; }
IObservableGistsClient Gist { get; }