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

Safe HaskellSafe-Infered

Github.Users.Followers

Description

The user followers API as described on http://developer.github.com/v3/users/followers/.

Synopsis

Documentation

usersFollowing :: String -> IO (Either Error [GithubOwner])Source

All the users following the given user.

 usersFollowing "mike-burns"

usersFollowedBy :: String -> IO (Either Error [GithubOwner])Source

All the users that the given user follows.

 usersFollowedBy "mike-burns"