Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
DeployAPI | |
|
Instances
Generic (DeployAPI route) Source # | |
type Rep (DeployAPI route) Source # | |
Defined in Cachix.API.Deploy.V1 type Rep (DeployAPI route) = D1 ('MetaData "DeployAPI" "Cachix.API.Deploy.V1" "cachix-api-1.3.2-Iylk9RfpS833m1NHdZ9vH" 'False) (C1 ('MetaCons "DeployAPI" 'PrefixI 'True) (S1 ('MetaSel ('Just "activate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (route :- Activate)) :*: S1 ('MetaSel ('Just "getDeployment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (route :- GetDeployment)))) |
type Activate = CachixAuth :> ("deploy" :> ("activate" :> (ReqBody '[JSON] Deploy :> Post '[JSON] DeployResponse))) Source #
type GetDeployment = CachixAuth :> ("deploy" :> ("deployment" :> (Capture "uuid" UUID :> Get '[JSON] Deployment))) Source #