Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cachix.API.Deploy.V1
Documentation
Constructors
DeployAPI | |
Fields
|
Instances
type Activate = CachixAuth :> ("deploy" :> ("activate" :> (ReqBody '[JSON] Deploy :> Post '[JSON] DeployResponse))) Source #
type GetDeployment = CachixAuth :> ("deploy" :> ("deployment" :> (Capture "uuid" UUID :> Get '[JSON] Deployment))) Source #