I am using swagger js codegen to generate source code in nodejs .it works superb.
However i have question ,
If we use swagger codegen and use java lang , models and handlers gets generated as part of stubs generation but in swagger js codegen it does not generate any models.
can you please guide me if we can generate models in swagger js codegen .This will actually help when there is an change in api it will automatically generate the models without we manually changing.
Kindly suggest if any other approach is ava
I am using swagger js codegen to generate source code in nodejs .it works superb.
However i have question ,
If we use swagger codegen and use java lang , models and handlers gets generated as part of stubs generation but in swagger js codegen it does not generate any models.
can you please guide me if we can generate models in swagger js codegen .This will actually help when there is an change in api it will automatically generate the models without we manually changing.
Kindly suggest if any other approach is ava