hercules-ci-api-agent-0.2.2.0: API definition for Hercules CI Agent to talk to hercules-ci.com or Hercules CI Enterprise

Safe HaskellNone
LanguageHaskell2010

Hercules.API.Agent

Documentation

data AgentAPI auth f Source #

Constructors

AgentAPI 
Instances
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 Rep (AgentAPI auth f) = D1 (MetaData "AgentAPI" "Hercules.API.Agent" "hercules-ci-api-agent-0.2.2.0-H8XBgIW1mHxGazLTBa2ark" False) (C1 (MetaCons "AgentAPI" PrefixI True) ((S1 (MetaSel (Just "tasks") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (f :- ToServantApi (TasksAPI auth))) :*: S1 (MetaSel (Just "eval") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (f :- ToServantApi (EvalAPI auth)))) :*: (S1 (MetaSel (Just "build") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (f :- ToServantApi (BuildAPI auth))) :*: S1 (MetaSel (Just "lifeCycle") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (f :- ToServantApi (LifeCycleAPI auth))))))

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

type API auth = AgentServantAPI auth Source #

api :: Proxy (API auth) Source #