Cachix.API.Deploy.V2
type API = "api" :> ("v2" :> ToServantApi DeployAPI) Source #
data DeployAPI route Source #
Constructors
Fields
Defined in Cachix.API.Deploy.V2
Associated Types
type Rep (DeployAPI route) :: Type -> Type #
Methods
from :: DeployAPI route -> Rep (DeployAPI route) x #
to :: Rep (DeployAPI route) x -> DeployAPI route #
type Activate = CachixAuth :> ("deploy" :> ("activate" :> (ReqBody '[JSON] Deploy :> Post '[JSON] DeployResponse))) Source #