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

Safe HaskellSafe-Infered

Github.Users

Description

The Github Users API, as described at http://developer.github.com/v3/users/.

Synopsis

Documentation

userInfoFor :: String -> IO (Either Error DetailedOwner)Source

The information for a single user, by login name.

 userInfoFor "mike-burns"