mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 19:46:07 +00:00
Update clients
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Octokit
|
||||
/// <param name="owner">The owner of the repository</param>
|
||||
/// <param name="name">The name of the repository</param>
|
||||
/// <returns></returns>
|
||||
Task<IReadOnlyList<CommitComment>> GetForRepository(string owner, string name);
|
||||
Task<IReadOnlyList<CommitComment>> GetAllForRepository(string owner, string name);
|
||||
|
||||
/// <summary>
|
||||
/// Gets Commit Comments for a specified Commit.
|
||||
@@ -41,7 +41,7 @@ namespace Octokit
|
||||
/// <param name="name">The name of the repository</param>
|
||||
/// <param name="sha">The sha of the commit</param>
|
||||
/// <returns></returns>
|
||||
Task<IReadOnlyList<CommitComment>> GetForCommit(string owner, string name, string sha);
|
||||
Task<IReadOnlyList<CommitComment>> GetAllForCommit(string owner, string name, string sha);
|
||||
|
||||
/// <summary>
|
||||
/// Creates a new Commit Comment for a specified Commit.
|
||||
|
||||
Reference in New Issue
Block a user