| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hercules.API.Agent.Tasks
Documentation
Constructors
| TasksAPI | |
Fields
| |
Instances
| Generic (TasksAPI auth f) Source # | |
| type Rep (TasksAPI auth f) Source # | |
Defined in Hercules.API.Agent.Tasks type Rep (TasksAPI auth f) = D1 ('MetaData "TasksAPI" "Hercules.API.Agent.Tasks" "hercules-ci-api-agent-0.5.1.0-inplace" 'False) (C1 ('MetaCons "TasksAPI" 'PrefixI 'True) (S1 ('MetaSel ('Just "tasksReady") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (f :- ("tasks" :> (auth :> Post '[JSON] (Maybe (Task Any)))))) :*: (S1 ('MetaSel ('Just "tasksSetStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (f :- ("tasks" :> (Capture "taskId" (Id (Task Any)) :> (ReqBody '[JSON] TaskStatus :> (auth :> Post '[JSON] NoContent)))))) :*: S1 ('MetaSel ('Just "postLog") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (f :- ("tasks" :> ("log" :> (ReqBody '[JSON] [Object] :> (auth :> Post '[JSON] NoContent))))))))) | |