mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 19:26:51 +00:00
fix method names for reaction clients
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Octokit
|
||||
/// <param name="number">The comment id</param>
|
||||
/// <param name="reaction">The reaction to create</param>
|
||||
/// <returns></returns>
|
||||
Task<Reaction> CreateReaction(string owner, string name, int number, NewReaction reaction);
|
||||
Task<Reaction> Create(string owner, string name, int number, NewReaction reaction);
|
||||
|
||||
/// <summary>
|
||||
/// Get all reactions for a specified Commit Comment
|
||||
|
||||
Reference in New Issue
Block a user