cachix-api-0.1.0.3: Servant HTTP API specification for https://cachix.org

Safe HaskellNone
LanguageHaskell2010

Cachix.Api

Documentation

api :: Proxy API Source #

data CachixAPI route Source #

Constructors

CachixAPI 

Fields

Instances
Generic (CachixAPI route) Source # 
Instance details

Defined in Cachix.Api

Associated Types

type Rep (CachixAPI route) :: Type -> Type #

Methods

from :: CachixAPI route -> Rep (CachixAPI route) x #

to :: Rep (CachixAPI route) x -> CachixAPI route #

type Rep (CachixAPI route) Source # 
Instance details

Defined in Cachix.Api

type Rep (CachixAPI route)

data BinaryCacheAPI route Source #

Constructors

BinaryCacheAPI 

Fields

Instances
Generic (BinaryCacheAPI route) Source # 
Instance details

Defined in Cachix.Api

Associated Types

type Rep (BinaryCacheAPI route) :: Type -> Type #

Methods

from :: BinaryCacheAPI route -> Rep (BinaryCacheAPI route) x #

to :: Rep (BinaryCacheAPI route) x -> BinaryCacheAPI route #

type Rep (BinaryCacheAPI route) Source # 
Instance details

Defined in Cachix.Api

type Rep (BinaryCacheAPI route)