mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 20:30:41 +00:00
Added the missing obsolete GetAll(string,string) method to IObservableOrganizationMembersClient, fixed 2 small typos in the comments
This commit is contained in:
@@ -101,7 +101,7 @@ namespace Octokit
|
||||
/// Obsolete, <see cref="GetAll(string,OrganizationMembersFilter)"/>
|
||||
/// </summary>
|
||||
/// <param name="org">The login for the organization</param>
|
||||
/// <param name="filter">The user filters</param>
|
||||
/// <param name="filter">The user filter</param>
|
||||
/// <returns>The users</returns>
|
||||
[Obsolete("No longer supported, use GetAll(string, OrganizationMembersFilter) instead")]
|
||||
public Task<IReadOnlyList<User>> GetAll(string org, string filter)
|
||||
|
||||
Reference in New Issue
Block a user