Safe Haskell | None |
---|---|
Language | Haskell98 |
The organization members API as described on http://developer.github.com/v3/orgs/members/.
- membersOf :: String -> IO (Either Error [GithubOwner])
- module Github.Data
Documentation
membersOf :: String -> IO (Either Error [GithubOwner]) Source
All the users who are members of the specified organization.
membersOf "thoughtbot"
module Github.Data