hercules-ci-api-agent-0.5.0.0: API definition for Hercules CI Agent to talk to hercules-ci.com or Hercules CI Enterprise
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hercules.API.Agent

Documentation

data AgentAPI auth f Source #

Constructors

AgentAPI 

Instances

Instances details
Generic (AgentAPI auth f) Source # 
Instance details

Defined in Hercules.API.Agent

Associated Types

type Rep (AgentAPI auth f) :: Type -> Type #

Methods

from :: AgentAPI auth f -> Rep (AgentAPI auth f) x #

to :: Rep (AgentAPI auth f) x -> AgentAPI auth f #

type Rep (AgentAPI auth f) Source # 
Instance details

Defined in Hercules.API.Agent

type AddAPIVersion api = "api" :> ("v1" :> api) Source #

type API auth = AgentServantAPI auth Source #

api :: Proxy (API auth) Source #