github-0.21: Access to the GitHub API, v3.

LicenseBSD-3-Clause
MaintainerOleg Grenrus <oleg.grenrus@iki.fi>
Safe HaskellNone
LanguageHaskell2010

GitHub.Endpoints.Users.Followers

Description

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

Synopsis

Documentation

usersFollowing :: Name User -> IO (Either Error (Vector SimpleUser)) Source #

All the users following the given user.

usersFollowing "mike-burns"

usersFollowedBy :: Name User -> IO (Either Error (Vector SimpleUser)) Source #

All the users that the given user follows.

usersFollowedBy "mike-burns"