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
-10
View File
@@ -92,16 +92,6 @@ namespace Octokit
/// </remarks>
IGistsClient Gist { 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>
/// Access GitHub's Public Keys API.
/// </summary>
/// <remarks>
/// Refer to the API documentation for more information: https://developer.github.com/v3/users/keys/
/// </remarks>
ISshKeysClient SshKey { get; }
/// <summary>
/// Access GitHub's Users API.
/// </summary>