Add blob client to ObservableGithubClient

This commit is contained in:
pltaylor
2013-11-06 19:44:00 -05:00
parent a36c3ba89a
commit 16e20c51ba
3 changed files with 4 additions and 0 deletions

View File

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