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

Safe HaskellSafe-Infered

Github.Repos.Forks

Description

Hot forking action, as described at http://developer.github.com/v3/repos/forks/.

Synopsis

Documentation

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

All the repos that are forked off the given repo.

 forksFor "thoughtbot" "paperclip"