mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-23 15:45:28 +00:00
Fixes as per PR review comments
This commit is contained in:
@@ -59,7 +59,7 @@ namespace Octokit.Reactive
|
||||
/// See the <a href="https://developer.github.com/v3/users/gpg_keys/">User GPG Keys documentation</a> for more information.
|
||||
/// </remarks>
|
||||
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Gpg")]
|
||||
IObservableUserGpgKeysClient GpgKeys { get; }
|
||||
IObservableUserGpgKeysClient GpgKey { get; }
|
||||
|
||||
/// <summary>
|
||||
/// A client for GitHub's User Administration API
|
||||
|
||||
Reference in New Issue
Block a user