Tutorial: Create a minimal API with ASP.NET Core

How to use OpenAPI in Minimal API apps

Untitled



Restful API를 설계하는 방식

<aside> ✔️ select → app.MapGet

</aside>

<aside> ✔️ insert → app.MapPost

</aside>

<aside> ✔️ update → app.MapPut

</aside>