Hi,
  I wanted to hear how some people handle the full lifecycle of an api when 
using codegen for the server.

 Scenario:

   1. create new api using swagger editor 
   2. use swagger.json and codegen to generate server stub (java 
   spring-mvc, but it could be others) for api
   3. write business logic 
   4. deploy api
   5. business request to update api with new features
   6. ??? what is the best way to do this:
      1. update yaml file with changes and generate new stub and copy 
      existing business logic to new code
      2. write new code into existing code base and then generate new 
      swagger.json from code
      3. ...
   
Trying to understand the options of how to handle this when using code 
generation.

Any suggestions and experiences would be appreciated.

Gregg

-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to