Swagger & Open API
Swashbuckle.AspNetCore is an open source project for generating Swagger documents for ASP.NET Core Web APIs. Codes --> Swagger documents NSwag is another open source project for integrating Swagger UI or ReDoc into ASP.NET Core Web APIs. It offers approaches to generate C# and TypeScript client code for your API. Swagger documents --> Codes Ref: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md https://swagger.io/ https://docs.microsoft.com/en-us/aspnet/core/tutorials/web-api-help-pages-using-swagger?view=aspnetcore-2.1 https://swagger.io/swagger-ui/ https://github.com/Rebilly/ReDoc