mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
Move INotificationsClient to under IActivitiesClient
per #1015. Top level client obsoleted.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
Starring = new StarredClient(apiConnection);
|
||||
Watching = new WatchedClient(apiConnection);
|
||||
Feeds = new FeedsClient(apiConnection);
|
||||
Notifications = new NotificationsClient(apiConnection);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -37,5 +38,9 @@
|
||||
/// Client for the Feeds API
|
||||
/// </summary>
|
||||
public IFeedsClient Feeds { get; private set; }
|
||||
/// <summary>
|
||||
/// Client for the Notifications API
|
||||
/// </summary>
|
||||
public INotificationsClient Notifications { get; private set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user