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

Safe HaskellNone

Github.Repos.Watching

Description

The repo watching API as described on http://developer.github.com/v3/repos/watching/.

Synopsis

Documentation

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

The list of users that are watching the specified Github repo.

 watchersFor "thoughtbot" "paperclip"

reposWatchedBy :: String -> IO (Either Error [Repo])Source

All the public repos watched by the specified user.

 reposWatchedBy "croaky"