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.Logs

Documentation

data LogsAPI logJWT f Source #

Constructors

LogsAPI 

Fields

Instances
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.2.2.0-H8XBgIW1mHxGazLTBa2ark" 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 ': ([] :: [Type])) logJWT :> (ReqBody (OctetStream ': ([] :: [Type])) ByteString :> Post (JSON ': ([] :: [Type])) NoContent)))))))))