Add ObservableUserGpgKeysClient and fixes to satisfy convention tests

This commit is contained in:
Henrik Andersson
2016-06-05 15:09:13 +10:00
parent 06700b21f5
commit 3ad22b5d9d
13 changed files with 233 additions and 13 deletions

View File

@@ -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>