mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-19 05:35:11 +00:00
Changes in Accept headers as well as names of the functions
This commit is contained in:
@@ -166,7 +166,7 @@ namespace Octokit.Reactive
|
||||
/// <param name="name">The name of the repository</param>
|
||||
/// <param name="number">The issue number</param>
|
||||
/// <returns></returns>
|
||||
IObservable<Unit> LockIssue(string owner, string name, int number);
|
||||
IObservable<Issue> Lock(string owner, string name, int number);
|
||||
|
||||
/// <summary>
|
||||
/// Unlocks an issue for the specified repository. Issue owners and users with push access can unlock an issue.
|
||||
@@ -176,6 +176,6 @@ namespace Octokit.Reactive
|
||||
/// <param name="name">The name of the repository</param>
|
||||
/// <param name="number">The issue number</param>
|
||||
/// <returns></returns>
|
||||
IObservable<Unit> UnlockIssue(string owner, string name, int number);
|
||||
IObservable<Unit> Unlock(string owner, string name, int number);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user