github-0.29: Access to the GitHub API, v3.
Safe HaskellNone
LanguageHaskell2010

GitHub.Endpoints.Repos

Description

Synopsis

Querying repositories

Create

forkExistingRepoR :: Name Owner -> Name Repo -> Maybe (Name Owner) -> Request 'RW Repo Source #

Fork an existing repository. See https://developer.github.com/v3/repos/forks/#create-a-fork TODO: The third paramater (an optional Organisation) is not used yet.

Edit

Delete

Data