mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
Flatten observable of list
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Octokit.Reactive
|
||||
/// <param name="owner">The owner of the repository</param>
|
||||
/// <param name="name">The name of the repository</param>
|
||||
/// <returns></returns>
|
||||
IObservable<IReadOnlyList<User>> GetForRepository(string owner, string name);
|
||||
IObservable<User> GetForRepository(string owner, string name);
|
||||
|
||||
/// <summary>
|
||||
/// Checks to see if a user is an assignee for a repository.
|
||||
|
||||
Reference in New Issue
Block a user