Hi all! First post. I'm attempting to learn OpenAPI (it looks awesome). There are a lot of very good tutorials concerning writing YAML, how to use OpenAPI, and how to generate client and server code. I've not yet seen how folks integrate the Swagger-generated server code with business logic or datastore interaction.
1. Are there any "best practices" or documentation concerning how to bridge the gap and connect the Swagger-generated server code with business logic or datastore interaction? 2. What's a good project structure that would let me be able to mod the API and re-generate as needed, and integrate that "backend" code (which could have it's own lifecycle)? If it helps, presume nodejs and git. -- 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.
