Downloads
- Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
- Swagger Core defines Java annotations and required logic to generate a Swagger server or client.
- Swagger CodeGen contains a template-driven engine to generate client code in different languages by parsing your Swagger Resource Declaration.
- Swagger node.js Sample App is a fully-functioning, stand-alone Swagger server written in javascript which uses node.js and the express framework.
- Swagger Scala Sample App is a fully-functioning, stand-alone Swagger server written in Scala which demonstrates how to enable Swagger in your API.
- Swagger Java Sample App is a fully-functioning, stand-alone Swagger server written in Java which demonstrates how to enable Swagger in your API.