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

@@ -116,6 +116,7 @@
/// <remarks>
/// Refer to the API docmentation for more information: https://developer.github.com/v3/activity/notifications/
/// </remarks>
[System.Obsolete("The Notifications API belongs under the Activities client")]
INotificationsClient Notification { get; }
/// <summary>