This commit is contained in:
aedampir@gmail.com
2016-07-17 16:29:32 +07:00
parent b47b05489e
commit 44b0f4039d
167 changed files with 999 additions and 999 deletions
@@ -39,11 +39,11 @@ namespace Octokit.Reactive
/// <summary>
/// View extended details of the <see cref="GpgKey"/> for the specified id.
/// </summary>
/// <param name="id">The ID of the GPG key</param>
/// <param name="id">The Id of the GPG key</param>
/// <remarks>
/// See the <a href="https://developer.github.com/v3/users/gpg_keys/#get-a-single-gpg-key">API documentation</a> for more information.
/// </remarks>
/// <returns>The <see cref="GpgKey"/> for the specified ID.</returns>
/// <returns>The <see cref="GpgKey"/> for the specified Id.</returns>
[SuppressMessage("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Get")]
IObservable<GpgKey> Get(int id);
@@ -59,9 +59,9 @@ namespace Octokit.Reactive
IObservable<GpgKey> Create(NewGpgKey newGpgKey);
/// <summary>
/// Deletes the GPG key for the specified ID.
/// Deletes the GPG key for the specified Id.
/// </summary>
/// <param name="id">The ID of the GPG key to delete.</param>
/// <param name="id">The Id of the GPG key to delete.</param>
/// <remarks>
/// See the <a href="https://developer.github.com/v3/users/gpg_keys/#delete-a-gpg-key">API documentation</a> for more information.
/// </remarks>