mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-20 06:05:12 +00:00
Oops. Forgot to actually call the overload I added.
This commit is contained in:
@@ -36,6 +36,7 @@ namespace Octokit.Reactive
|
||||
/// </summary>
|
||||
/// <param name="owner">The owner of the repository</param>
|
||||
/// <param name="name">The name of the repository</param>
|
||||
/// <param name="options">The options to change API's behaviour</param>
|
||||
/// <returns></returns>
|
||||
public IObservable<User> GetAllForRepository(string owner, string name, ApiOptions options)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user