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

Safe HaskellNone

Rest.Gen.Config

Documentation

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

source :: 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

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

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