mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 19:46:07 +00:00
Fixes as per PR review comments
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Octokit
|
||||
Email = new UserEmailsClient(apiConnection);
|
||||
Followers = new FollowersClient(apiConnection);
|
||||
Keys = new UserKeysClient(apiConnection);
|
||||
GpgKeys = new UserGpgKeysClient(apiConnection);
|
||||
GpgKey = new UserGpgKeysClient(apiConnection);
|
||||
|
||||
Administration = new UserAdministrationClient(apiConnection);
|
||||
}
|
||||
@@ -49,7 +49,7 @@ namespace Octokit
|
||||
/// <remarks>
|
||||
/// See the <a href="https://developer.github.com/v3/users/gpg_keys/">User GPG Keys documentation</a> for more information.
|
||||
/// </remarks>
|
||||
public IUserGpgKeysClient GpgKeys { get; private set; }
|
||||
public IUserGpgKeysClient GpgKey { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Returns the user specified by the login.
|
||||
|
||||
Reference in New Issue
Block a user