mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-20 14:15:12 +00:00
Cleaned up interfaces and implementetation so convention tests pass
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Octokit.Reactive
|
||||
/// <remarks>See <a href="http://developer.github.com/v3/repos/forks/#list-forks">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<Repository>> Get(string owner, string repositoryName);
|
||||
IObservable<Repository> Get(string owner, string repositoryName);
|
||||
|
||||
/// <summary>
|
||||
/// Creates a fork for a repository. Specify organization in the fork parameter to create for an organization.
|
||||
|
||||
Reference in New Issue
Block a user