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

Safe HaskellNone

Rest.Gen.Config

Documentation

data Action Source

Constructors

MakeDocs String 
MakeJS 
MakeRb 
MakeHS 

data Location Source

Constructors

Default 
Stream 
Location String 

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

source :: forall cat. ArrowApply cat => Lens cat Config LocationSource

target :: forall cat. ArrowApply cat => Lens cat Config LocationSource

apiVersion :: forall cat. ArrowApply cat => Lens cat Config StringSource

apiPrivate :: forall cat. ArrowApply cat => Lens cat Config BoolSource

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