mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-25 19:10:55 +00:00
26 lines
818 B
Markdown
26 lines
818 B
Markdown
|
|
CONFIG OPTIONS for elixir
|
|
|
|
sortParamsByRequiredFlag
|
|
Sort method arguments to place required parameters before optional parameters. (Default: true)
|
|
|
|
ensureUniqueParams
|
|
Whether to ensure parameter names are unique in an operation (rename parameters that are not). (Default: true)
|
|
|
|
allowUnicodeIdentifiers
|
|
boolean, toggles whether unicode identifiers are allowed in names or not, default is false (Default: false)
|
|
|
|
prependFormOrBodyParameters
|
|
Add form or body parameters to the beginning of the parameter list. (Default: false)
|
|
|
|
invokerPackage
|
|
The main namespace to use for all classes. e.g. Yay.Pets
|
|
|
|
licenseHeader
|
|
The license header to prepend to the top of all source files.
|
|
|
|
packageName
|
|
Elixir package name (convention: lowercase).
|
|
|
|
Back to the [generators list](README.md)
|