Documenting an ASP.NET Core 6 Web API Using Swagger

Go to class
Write Review

Free Online Course: Documenting an ASP.NET Core 6 Web API Using Swagger provided by Pluralsight is a comprehensive online course, which lasts for 3-4 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Documenting an ASP.NET Core 6 Web API Using Swagger is taught by Kevin Dockx.

Overview
  • Documenting an API is essential. By using Swagger (OpenAPI), which integrates nicely with ASP.NET Core 6, you can take on this task. In this course you'll learn how to do that.

    Documenting an API is often regarded as a tedious, yet essential, task. In this course, Documenting an ASP.NET Core 6 Web API using Swagger, you'll use Swagger (OpenAPI), which integrates nicely with ASP.NET Core 6, to take on this task. First, you'll discover how to add documentation for your API and add a UI that allows testing the API. Next, you'll see that built-in conventions already go a long way towards generating an OpenAPI specification for your API, but you can override them when needed. Finally, you'll learn how to customize the UI of the generated documentation, and what other use cases there are for OpenAPI - like generating automated tests for your API and generating client-side code from the specification. When you're finished with this course you'll know the ins and outs of OpenAPI and how it can help with documenting your API and more.