Swagger: A New Framework for Interactive API Documentation | business analyst | Scoop.it

Today, Wordnik officially announced Swagger, a specification and framework for building interactive API documentation and sandboxes. The Swagger UI allows developers and non-developers to interact with an API and see how the API responds to different commands and parameters. It's based on the technology that powers Wordnik's own interactive API documentation and can work with both JSON and XML-based APIs.

 

The specification is language agnostic, and the framework implementation is available in HTML5, Scala and Java. There are also client generators for Scala, Java, Javascript, Ruby, PHP and Actionscript 3. More client support is planned.


Via Nicolas Weil