openapi-codegen
openapi-codegen copied to clipboard
adaptor.js should set classVarName for Api
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.
Thanks again!
v1.4.1 includes the setting of classVarName per 'api' / tag. Still outstanding is the possible case options you mentioned.