↧
Answer by fehguy for REST API Versioning with Swagger 2.0
Swagger does not specify a versioning scheme simply because there is no single solution, and forcing one approach to use the spec would not make sense. Here are common techniques that I've seen:1) Tie...
View ArticleREST API Versioning with Swagger 2.0
I needed my Node REST API's to be versioned. I am using swagger 2.0 for the validation middleware and documentation. Currently i have only a single swagger yml file that is used for all purposed.I am...
View Article