Flatten observable of list

This commit is contained in:
Keith Dahlby
2013-10-30 22:27:16 -05:00
parent 3fb3e8966c
commit 0ca21d2b2f
2 changed files with 6 additions and 3 deletions
@@ -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.