Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data LogsAPI logJWT f Source #
Instances
Generic (LogsAPI logJWT f) Source # | |
type Rep (LogsAPI logJWT f) Source # | |
Defined in Hercules.API.Logs type Rep (LogsAPI logJWT f) = D1 ('MetaData "LogsAPI" "Hercules.API.Logs" "hercules-ci-api-agent-0.4.1.2-JaTBfk7gvSW13GcDUmjJEZ" '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))))))))) |