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

Github.Users

Description

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

Synopsis

Documentation

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

The information for a single user, by login name.

 userInfoFor "mike-burns"