Web API

Adding Swagger to ASP.NET Core Web API Project

2 minute read

1. What is swagger? Swagger is an open-source set of rules and specifications. It is used for API documentation and testing the API endpoints. Swagger UI gen...