openapi-codegen icon indicating copy to clipboard operation
openapi-codegen copied to clipboard

adaptor.js should set classVarName for Api

Open mpnordland opened this issue 7 years ago • 2 comments

classVarName on an api object is always "default". At least the python template expects it to be a tag name. It may also need casing consideration.

mpnordland avatar Mar 31 '18 03:03 mpnordland

Thanks again!

MikeRalphson avatar Mar 31 '18 06:03 MikeRalphson

v1.4.1 includes the setting of classVarName per 'api' / tag. Still outstanding is the possible case options you mentioned.

MikeRalphson avatar Mar 31 '18 11:03 MikeRalphson