Swagger

Sankara katabathina
1 min readJul 19, 2020

Swagger is the Framework for designing and creating blueprint of API using common language enabling the development across the whole API lifecycle including documentation, design, development, testing and deployment.

This framework provides set of tools for developers to create client and server code with self-generated documentation for web services.

Swagger API specification officially named as OpenAPI specification

Swagger specification can be written in YAML or JSON

More details and examples are given here

Swagger Guide

--

--