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

Safe HaskellSafe-Infered

Github.Organizations

Description

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

Synopsis

Documentation

publicOrganizationsFor :: String -> IO (Either Error [SimpleOrganization])Source

The public organizations for a user, given the user's login.

 publicOrganizationsFor "mike-burns"

publicOrganization :: String -> IO (Either Error Organization)Source

Details on a public organization. Takes the organization's login.

 publicOrganization "thoughtbot"