Interact with an ASP.NET Core minimal API

Intermediate
Developer
ASP.NET Core
.NET
ASP.NET

Learn how APIs are implemented in ASP.NET Core, and how to use API documentation to learn the APIs requirements.

Learning objectives

After completing this module, you'll be able to:

  • Describe the two model types of APIs in ASP.NET Core

  • Create Swagger documentation for an API by using Swashbuckle

  • Interact with an API by using the Swagger interface

Prerequisites

  • Knowledge of RESTful services and HTTP action verbs

  • Experience with JSON at a beginner level