Using Swagger to document and Publish REST APIs content

Swagger allows you to visualize and interact with the API’s resources without having any of the implementation logic in place. It’s automatically generated from your OpenAPI (formerly known as Swagger) Specification, with the visual documentation making it easy for back end implementation and client-side consumption. This session will start with basics of APIs and REST APIs and then cover with hands-on demo how to use swagger.