Skip to content
Go back

Document and interface with your REST service using Swagger

Published: at 09:04 AM

Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services. The overarching goal of Swagger is to enable client and documentation systems to update at the same pace as the server. The documentation of methods, parameters and models are tightly integrated into the server code, allowing APIs to always stay in sync. With Swagger, deploying managing, and using powerful APIs has never been easier.

http://swagger.wordnik.com/


Suggest Changes

Previous Post
Never rewrite code from scratch
Next Post
Bing Maps has a SOAP Search service