Update observable clients

This commit is contained in:
Henrik Andersson
2015-03-24 00:12:41 +10:00
parent 78e76be7d9
commit 2427ab6922
34 changed files with 73 additions and 73 deletions
@@ -65,7 +65,7 @@ namespace Octokit.Reactive
/// <remarks>http://developer.github.com/v3/orgs/members/#public-members-list</remarks>
/// <param name="org">The login for the organization</param>
/// <returns></returns>
IObservable<User> GetPublic(string org);
IObservable<User> GetAllPublic(string org);
/// <summary>
/// Check if a user is, publicly or privately, a member of the organization.