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

Safe HaskellNone
LanguageHaskell98

Rest.Gen.Config

Documentation

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

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

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

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

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

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