mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 04:40:54 +00:00
Cleaned up interfaces and implementetation so convention tests pass
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Octokit.Reactive
|
||||
/// <remarks>See <a href="http://developer.github.com/v3/repos/hooks/#list">API documentation</a> for more information.</remarks>
|
||||
/// <returns></returns>
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Get", Justification = "This is ok; we're matching HTTP verbs not keyworks")]
|
||||
IObservable<IReadOnlyList<RepositoryHook>> Get(string owner, string repositoryName);
|
||||
IObservable<RepositoryHook> Get(string owner, string repositoryName);
|
||||
|
||||
/// <summary>
|
||||
/// Gets a single hook defined for a repository by id
|
||||
|
||||
Reference in New Issue
Block a user