Remove obsolete items - SshKey

- SshKeysClient
- SshKey
- SshKeyInfo
- SshKeyUpdate
This commit is contained in:
Ryan Gribble
2016-07-16 22:44:56 +10:00
parent 2cc2ccda62
commit 9d8e8ae8af
27 changed files with 0 additions and 776 deletions

View File

@@ -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>