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

@@ -15,7 +15,7 @@ namespace Octokit.Reactive
Ensure.ArgumentNotNull(client, "client");
_connection = client.Connection;
_notificationsClient = client.Notification;
_notificationsClient = client.Activity.Notifications;
}
/// <summary>