Update clients

This commit is contained in:
Henrik Andersson
2015-03-24 00:11:52 +10:00
parent b0ab485ed1
commit 78e76be7d9
34 changed files with 72 additions and 72 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ namespace Octokit
/// <remarks>http://developer.github.com/v3/orgs/members/#public-members-list</remarks>
/// <param name="org">The login for the organization</param>
/// <returns></returns>
public Task<IReadOnlyList<User>> GetPublic(string org)
public Task<IReadOnlyList<User>> GetAllPublic(string org)
{
Ensure.ArgumentNotNullOrEmptyString(org, "org");