I love working with APIs. The more I do, the more I love them. I have recently been playing with building APIs using Node.js and modules like restify for REST services, and bluebird for JS Promises.
One great feature of any API is to also be well documented. Many tools and frameworks exist for that, and Swagger is one of them.
I was happy to read the following on Swagger site recently….
“Starting January 1st 2016 the Swagger Specification has been donated to to the Open API Initiative (OAI) and has been renamed to the OpenAPI Specification.”
Have fun!