You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code generation works fine, this package is really easy to use and to setup with custom configs or templates.
However I started using it to auto generate a client sdk for the App Center API from the App Center swagger.json.
When I tried running the sdk I solved the #23 changing the var name in python config from modelPackage to modelsPackage, but then another error came out from the enumVars that not manage well the name property:
The code generation works fine, this package is really easy to use and to setup with custom configs or templates.
However I started using it to auto generate a client sdk for the App Center API from the App Center swagger.json.
When I tried running the sdk I solved the #23 changing the var name in python config from
modelPackage
tomodelsPackage
, but then another error came out from theenumVars
that not manage well thename
property:openapi-codegen/adaptor.js
Line 956 in 056b6b9
It can be useful to change that to:
or add another property to the dict, like it's done some lines below:
openapi-codegen/adaptor.js
Line 878 in 55246ec
What's the suggested method? Eventually I can do a PR. 👍
The text was updated successfully, but these errors were encountered: