The built-in swagger support for our ASP.NET Core Web API allows us to do more than just test out operations in the browser. In this video, we'll take it a step further and learn how to customize the swagger UI to provide more detailed documentation for our Web API.
Useful Links
* ASP.NET Core web API documentation with Swagger / OpenAPI https://docs.microsoft.com/aspnet/core/tutorials/web-api-help-pages-using-swagger?WT.mc_id=beginwebapis-c9-cephilli
* Develop ASP.NET Core apps using OpenAPI tools https://docs.microsoft.com/aspnet/core/web-api/microsoft.dotnet-openapi?WT.mc_id=beginwebapis-c9-cephilli
Downloads
* Download Visual Studio Code: https://aka.ms/webapis/vscode
* Download .NET: https://aka.ms/webapis/dotnet
* Download Visual Studio 2019: https://aka.ms/webapis/visualstudio
