mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-20 14:15:12 +00:00
Add ObservableUserGpgKeysClient and fixes to satisfy convention tests
This commit is contained in:
@@ -52,6 +52,15 @@ namespace Octokit.Reactive
|
||||
///</remarks>
|
||||
IObservableUserKeysClient Keys { get; }
|
||||
|
||||
/// <summary>
|
||||
/// A client for GitHub's UserUser GPG Keys API.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 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; }
|
||||
|
||||
/// <summary>
|
||||
/// A client for GitHub's User Administration API
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user