hercules-ci-cli-0.3.7: The hci command for working with Hercules CI
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hercules.CLI.Client

Synopsis

Setup

Using the client

Error handling

clientErrorSummary :: ClientError -> Text Source #

ClientError printer that won't leak sensitive info.

Client function groups

accountsClient :: AccountsAPI ClientAuth (AsClientT ClientM) Source #

projectsClient :: ProjectsAPI ClientAuth (AsClientT ClientM) Source #

reposClient :: ReposAPI ClientAuth (AsClientT ClientM) Source #

stateClient :: StateAPI ClientAuth (AsClientT ClientM) Source #