openapi-generator/docs/generators/javascript-closure-angular.md
2018-08-31 16:00:27 +02:00

765 B

CONFIG OPTIONS for javascript-closure-angular

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)

hideGenerationTimestamp
    Hides the generation timestamp when files are generated. (Default: true)

useEs6
    use ES6 templates (Default: false)

Back to the generators list