mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-18 13:15:15 +00:00
Move INotificationsClient to under IActivitiesClient
per #1015. Top level client obsoleted.
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user