Home:ALL Converter>What is Swagger, Swashbuckle and Swashbuckle UI

What is Swagger, Swashbuckle and Swashbuckle UI

Ask Time:2017-04-17T04:13:57         Author:Blue Clouds

Json Formatter

This is my understanding:

  • Swagger is a notation/rules to write documentation. But why is it called a framework (like Angular/MVC)?
  • Swashbuckle is a program (JavaScript?) that generates the documentation (based on Swagger rules).
  • Swagger UI displays the documentation. It uses Swashbuckle to do this.

Is this information correct? If not can someone explain in simple terms what Swagger, Swashbuckle, and Swashbuckle UI mean?

Also, what do I lose as an API developer if I do not use this?

Author:Blue Clouds,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/43441683/what-is-swagger-swashbuckle-and-swashbuckle-ui
yy