Option | Description | Values | Default |
allowUnicodeIdentifiers | boolean, toggles whether unicode identifiers are allowed in names or not, default is false | | false |
apiPackage | package for generated api classes | | null |
ensureUniqueParams | Whether to ensure parameter names are unique in an operation (rename parameters that are not). | | true |
modelPackage | package for generated models | | null |
prependFormOrBodyParameters | Add form or body parameters to the beginning of the parameter list. | | false |
serveStatic | serve will serve files from the directory 'static'. | | true |
sortModelPropertiesByRequiredFlag | Sort model properties to place required parameters before optional parameters. | | true |
sortParamsByRequiredFlag | Sort method arguments to place required parameters before optional parameters. | | true |
IMPORT MAPPING
Type/Alias | Imports |
Map | qualified Data.Map as Map |
INSTANTIATION TYPES
Type/Alias | Instantiated By |
LANGUAGE PRIMITIVES
- Bool
- Char
- Double
- FilePath
- Float
- Int
- Integer
- List
- String
RESERVED WORDS
- as
- case
- class
- data
- default
- deriving
- do
- else
- family
- forall
- foreign
- hiding
- if
- import
- in
- infix
- infixl
- infixr
- instance
- let
- mdo
- module
- newtype
- of
- proc
- qualified
- rec
- then
- type
- where
Last updated on 1/20/2020