openapi-generator/docs/generators/dart-jaguar.md
William Cheng 2b87b309ad
Rename environment variable for Go to post-process file (#1091)
* renmae Go post process file env variable

* add back samples/client/petstore/c/libcurl.licence

* keep go samples up-to-date

* update go petstore samples

* update go samples without formatting
2018-10-01 21:24:32 +08:00

962 B

CONFIG OPTIONS for dart-jaguar

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)

browserClient
    Is the client browser based

pubName
    Name in generated pubspec

pubVersion
    Version in generated pubspec

pubDescription
    Description in generated pubspec

useEnumExtension
    Allow the 'x-enum-values' extension for enums

sourceFolder
    source folder for generated code

supportDart2
    support dart2 (Default: true)

Back to the generators list