mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Remove obsolete items - GitHubClient
- Release - Notification - GitDatabase
This commit is contained in:
@@ -92,16 +92,6 @@ namespace Octokit
|
||||
/// </remarks>
|
||||
IGistsClient Gist { get; }
|
||||
|
||||
// TODO: this should be under Repositories to align with the API docs
|
||||
/// <summary>
|
||||
/// Access GitHub's Releases API.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Refer to the API documentation for more information: https://developer.github.com/v3/repos/releases/
|
||||
/// </remarks>
|
||||
[Obsolete("Use Repository.Release instead")]
|
||||
IReleasesClient Release { get; }
|
||||
|
||||
// TODO: this should be under Users to align with the API docs
|
||||
// TODO: this should be named PublicKeys to align with the API docs
|
||||
/// <summary>
|
||||
@@ -120,25 +110,6 @@ namespace Octokit
|
||||
/// </remarks>
|
||||
IUsersClient User { get; }
|
||||
|
||||
// TODO: this should be under Activities to align with the API docs
|
||||
/// <summary>
|
||||
/// Access GitHub's Notifications API.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Refer to the API documentation for more information: https://developer.github.com/v3/activity/notifications/
|
||||
/// </remarks>
|
||||
[Obsolete("Notifications are now available under the Activities client. This will be removed in a future update.")]
|
||||
INotificationsClient Notification { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Access GitHub's Git Data API.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Refer to the API documentation for more information: https://developer.github.com/v3/git/
|
||||
/// </remarks>
|
||||
[Obsolete("Use Git instead")]
|
||||
IGitDatabaseClient GitDatabase { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Access GitHub's Git Data API.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user