Transfer methods from SshClient to UserKeysClient

Add unit and integration tests and CreatePublicKeyContext() helper method
This commit is contained in:
Ryan Gribble
2016-02-16 23:08:41 +10:00
parent 84539f7baf
commit 047a78361a
18 changed files with 404 additions and 45 deletions

View File

@@ -371,7 +371,6 @@
<Compile Include="Models\Response\DeployKey.cs" />
<Compile Include="Clients\IUserKeysClient.cs" />
<Compile Include="Clients\UserKeysClient.cs" />
<Compile Include="Helpers\ApiUrls.Keys.cs" />
<Compile Include="Helpers\SerializeNullAttribute.cs" />
<Compile Include="Models\Request\CommitRequest.cs" />
<Compile Include="Models\Response\RepositoryPermissions.cs" />
@@ -456,6 +455,7 @@
<Compile Include="Models\Request\NewUser.cs" />
<Compile Include="Models\Request\UserRename.cs" />
<Compile Include="Models\Response\UserRenameResponse.cs" />
<Compile Include="Models\Request\NewPublicKey.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>