github-0.9: Access to the Github API, v3.

Safe HaskellNone

Github.Organizations.Members

Description

The organization members API as described on http://developer.github.com/v3/orgs/members/.

Synopsis

Documentation

membersOf :: String -> IO (Either Error [GithubOwner])Source

All the users who are members of the specified organization.

 membersOf "thoughtbot"