I have been troubles finding a good workflow for the api development with Flask and Swagger.
Let's say we created a swagger (.yml) file, based on which Flask files created and now everything works as expected.
However, we want to extend swagger file or maybe modify properties of the existing urls.
When we do that, and generate new Flask code, we have empty functions. Now, one might just copy paste stuff around, but are there any better solutions?
Thanks!