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

Safe HaskellNone
LanguageHaskell98

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"