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

Hercules.API.Logs

Documentation

data LogsAPI logJWT f Source #

Constructors

LogsAPI 

Fields

Instances

Instances details
Generic (LogsAPI logJWT f) Source # 
Instance details

Defined in Hercules.API.Logs

Associated Types

type Rep (LogsAPI logJWT f) :: Type -> Type #

Methods

from :: LogsAPI logJWT f -> Rep (LogsAPI logJWT f) x #

to :: Rep (LogsAPI logJWT f) x -> LogsAPI logJWT f #

type Rep (LogsAPI logJWT f) Source # 
Instance details

Defined in Hercules.API.Logs

type Rep (LogsAPI logJWT f) = D1 ('MetaData "LogsAPI" "Hercules.API.Logs" "hercules-ci-api-agent-0.4.5.0-inplace" 'False) (C1 ('MetaCons "LogsAPI" 'PrefixI 'True) (S1 ('MetaSel ('Just "writeLog") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (f :- (Summary "Write to a log" :> (Description "Writes an entire log in a single request. Provide a log-specific token for authentication." :> ("log" :> (Auth '[JWT] logJWT :> (ReqBody '[OctetStream] ByteString :> Post '[JSON] NoContent)))))))))