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

Safe HaskellNone
LanguageHaskell98

Rest.Gen.Config

Documentation

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

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

target :: 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 #

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