Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable org member filtering #68

Merged
merged 2 commits into from
Mar 28, 2014

Conversation

lindseydew
Copy link

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

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

@rtyley
Copy link
Contributor

rtyley commented Feb 21, 2014

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