Safe Haskell | None |
---|---|
Language | Haskell2010 |
GitHub.Endpoints.Repos.Statuses
Description
The repo statuses API as described on https://developer.github.com/v3/repos/statuses/.
Documentation
statusesForR :: Name Owner -> Name Repo -> Name Commit -> FetchCount -> Request 'RW (Vector Status) Source #
statusForR :: Name Owner -> Name Repo -> Name Commit -> Request 'RW CombinedStatus Source #
The combined status for a specific commit See https://developer.github.com/v3/repos/statuses/#get-the-combined-status-for-a-specific-ref
module GitHub.Data