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

Safe HaskellNone
LanguageHaskell2010

Github.Users.Followers

Description

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

Synopsis

Documentation

usersFollowing :: Name GithubOwner -> IO (Either Error (Vector SimpleOwner)) Source

All the users following the given user.

usersFollowing "mike-burns"

usersFollowedBy :: Name GithubOwner -> IO (Either Error (Vector SimpleOwner)) Source

All the users that the given user follows.

usersFollowedBy "mike-burns"