generator-swaggerize
generator-swaggerize copied to clipboard
Support the missing `update` command for major swagger spec file changes
Add the update
command to support following:
- add new
operation
to an existingpath
- add new
response
to an existingpath
.
Hi @subeeshcbabu any ETA for this? It would be pretty useful to have. My workflow has been:
- design APIs
- translate a few to Swagger
- test it out by running the server
- make some changes to ensure this model works for me before committing to the tools
- fill in the rest of the Swagger spec, and
- regenerate the missing pieces
I'm stuck in #6 now, and found this issue.
Thanks for all the good work.