Skip to content

Commit

Permalink
Let's use ryans support for paged org-membership
Browse files Browse the repository at this point in the history
...just because he got there first with the pull-request!

hub4j/github-api#66

(let's hope it gets merged- if not, I can release a fork)
  • Loading branch information
rtyley committed Feb 14, 2014
1 parent d2e8510 commit 13ce2b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/controllers/Application.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ object Github {

val testUsers = List(github.getUser("lindseydew"), github.getUser("rtyley"))
val guardian = github.getOrganization("guardian")
val guardianMembers = guardian.getAllMembers
val guardianMembers = guardian.getMembers

lazy val allTeam = guardian.getTeams.get("all").getMembers

def addToAllTeam(user: GHUser) = {
Expand Down

0 comments on commit 13ce2b4

Please sign in to comment.