Move INotificationsClient to under IActivitiesClient

per #1015.

Top level client obsoleted.
This commit is contained in:
Mordechai Zuber
2015-12-20 14:05:20 +02:00
parent 078c710f8e
commit 97e9ee566e
8 changed files with 16 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
IObservableReleasesClient Release { get; }
IObservableSshKeysClient SshKey { get; }
IObservableUsersClient User { get; }
[System.Obsolete("The Notifications API belongs under the Activities client")]
IObservableNotificationsClient Notification { get; }
IObservableGitDatabaseClient GitDatabase { get; }
IObservableSearchClient Search { get; }