mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Remove obsolete items - SshKey
- SshKeysClient - SshKey - SshKeyInfo - SshKeyUpdate
This commit is contained in:
@@ -96,7 +96,6 @@ namespace Octokit
|
||||
PullRequest = new PullRequestsClient(apiConnection);
|
||||
Repository = new RepositoriesClient(apiConnection);
|
||||
Search = new SearchClient(apiConnection);
|
||||
SshKey = new SshKeysClient(apiConnection);
|
||||
User = new UsersClient(apiConnection);
|
||||
Reaction = new ReactionsClient(apiConnection);
|
||||
}
|
||||
@@ -224,17 +223,6 @@ namespace Octokit
|
||||
/// </remarks>
|
||||
public IGistsClient Gist { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
// TODO: this should be under Users to align with the API docs
|
||||
// TODO: this should be named PublicKeys to align with the API docs
|
||||
/// Access GitHub's Public Keys API.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Refer to the API documentation for more information: https://developer.github.com/v3/users/keys/
|
||||
/// </remarks>
|
||||
public ISshKeysClient SshKey { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Access GitHub's Users API.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user