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

@@ -15,7 +15,6 @@ namespace Octokit.Reactive
IObservablePullRequestsClient PullRequest { get; }
IObservableRepositoriesClient Repository { get; }
IObservableGistsClient Gist { get; }
IObservableSshKeysClient SshKey { get; }
IObservableUsersClient User { get; }
IObservableGitDatabaseClient Git { get; }
IObservableSearchClient Search { get; }