mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-23 07:35:25 +00:00
ID -> Id
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Octokit.Reactive
|
||||
/// <remarks>
|
||||
/// http://developer.github.com/v3/git/trees/#get-a-tree
|
||||
/// </remarks>
|
||||
/// <param name="repositoryId">The ID of the repository</param>
|
||||
/// <param name="repositoryId">The Id of the repository</param>
|
||||
/// <param name="reference">The SHA that references the tree</param>
|
||||
public IObservable<TreeResponse> Get(int repositoryId, string reference)
|
||||
{
|
||||
@@ -77,7 +77,7 @@ namespace Octokit.Reactive
|
||||
/// <remarks>
|
||||
/// https://developer.github.com/v3/git/trees/#get-a-tree-recursively
|
||||
/// </remarks>
|
||||
/// <param name="repositoryId">The ID of the repository</param>
|
||||
/// <param name="repositoryId">The Id of the repository</param>
|
||||
/// <param name="reference">The SHA that references the tree</param>
|
||||
public IObservable<TreeResponse> GetRecursive(int repositoryId, string reference)
|
||||
{
|
||||
@@ -110,7 +110,7 @@ namespace Octokit.Reactive
|
||||
/// <remarks>
|
||||
/// http://developer.github.com/v3/git/trees/#create-a-tree
|
||||
/// </remarks>
|
||||
/// <param name="repositoryId">The ID of the repository</param>
|
||||
/// <param name="repositoryId">The Id of the repository</param>
|
||||
/// <param name="newTree">The value of the new tree</param>
|
||||
public IObservable<TreeResponse> Create(int repositoryId, NewTree newTree)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user