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

Safe HaskellNone
LanguageHaskell98

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"