* Why we need Web API documentation
* What is OpenAPI and Swagger
* Swashbuckle.Swagger can automatically generate that for us
* Swagger UI enables developers to explore our API interactively
* The document can be used to generate client code
* The document can be used to generate test boilerplates
* We don’t have to do that manually and safe a lot of tedious work & time