Skip to content

Enable org member filtering#68

Merged
kohsuke merged 2 commits into
hub4j:masterfrom
lindseydew:enable-org-member-filtering
Mar 28, 2014
Merged

Enable org member filtering#68
kohsuke merged 2 commits into
hub4j:masterfrom
lindseydew:enable-org-member-filtering

Conversation

@lindseydew

Copy link
Copy Markdown

This adds an option of supplying a parameter to the get members method so that we can call the filter by two factor authentication method

ryankennedy and others added 2 commits January 22, 2014 09:56
Organization members are a paged list in the V3 GitHub API. Previously the code would fetch only the first page of ~30 members and return that. This change switches the return to a PagedIterable<GHUser> so clients can fetch the entire organization's member list.
@buildhive

Copy link
Copy Markdown

Kohsuke Kawaguchi » github-api #127 SUCCESS
This pull request looks good
(what's this?)

@rtyley

rtyley commented Feb 21, 2014

Copy link
Copy Markdown
Contributor

The new API functionality was announced here... http://developer.github.com/changes/2014-01-29-audit-org-members-for-2fa/ ...it's the only way the API exposes the information about who has 2FA and who doesn't.

rtyley added a commit to guardian/gu-who that referenced this pull request Feb 24, 2014
I've published a small fork of the github-api, which includes these
pull-requests we need:

hub4j/github-api#66 - org member paging
hub4j/github-api#68 - org-member filtering
@kohsuke kohsuke merged commit 628034a into hub4j:master Mar 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants