I use a standard set of templates, changes are made in api-header.mustache and api-source.mustache. Their _old versions contain the originals. Additions are necessary for the header argument in the generated functions so that you can authenticate using cookies.
15 lines
335 B
Text
15 lines
335 B
Text
/**
|
|
* {{{appName}}}
|
|
* {{{appDescription}}}
|
|
*
|
|
{{#version}}
|
|
* The version of the OpenAPI document: {{{.}}}
|
|
{{/version}}
|
|
{{#infoEmail}}
|
|
* Contact: {{{.}}}
|
|
{{/infoEmail}}
|
|
*
|
|
* NOTE: This class is auto generated by OpenAPI-Generator {{{generatorVersion}}}.
|
|
* https://openapi-generator.tech
|
|
* Do not edit the class manually.
|
|
*/
|