Swagger & Open API
Swashbuckle.AspNetCore is an open source project for generating Swagger documents for ASP.NET Core Web APIs.
Codes --> Swagger documentsNSwag 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.
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
Codes --> Swagger documentsNSwag 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
评论
发表评论