Add way to get to ObservableEventsClient

This commit is contained in:
pltaylor
2013-11-05 19:05:58 -05:00
parent 334cd136cc
commit f8dfd4a582
5 changed files with 25 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
IConnection Connection { get; }
IObservableAuthorizationsClient Authorization { get; }
IObservableActivitiesClient Activity { get; }
IObservableMiscellaneousClient Miscellaneous { get; }
IObservableOrganizationsClient Organization { get; }
IObservableRepositoriesClient Repository { get; }