Summary
In this chapter, you learned how to set up Swashbuckle to enable Swagger. Swagger provides extensive documentation of your API, allowing (human) clients to learn about each endpoint and what it is for. In addition, you can also document each parameter and the potential error codes.
In the next chapter, you’ll see how we can validate endpoint requests on the way in – preventing wasted resources and protecting you from various attacks against your system.