rest-gen-0.20.0.0: Documentation and client generation from rest definition.

Safe HaskellNone
LanguageHaskell98

Rest.Gen.Config

Documentation

data Action #

data Location #

Constructors

Default 
Stream 
Location String 

data Config #

action :: forall cat. ArrowApply cat => Lens cat Config (Maybe Action) #

source :: forall cat. ArrowApply cat => Lens cat Config Location #

target :: forall cat. ArrowApply cat => Lens cat Config Location #

apiVersion :: forall cat. ArrowApply cat => Lens cat Config String #

apiPrivate :: forall cat. ArrowApply cat => Lens cat Config Bool #

options :: (a :-> Config) -> [OptDescr (a -> a)] #