mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 20:30:41 +00:00
Update clients
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user