ardalis / ApiEndpoints

A project for supporting API Endpoints in ASP.NET Core web applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Apis

veldfolds opened this issue · comments

I like api endpoints but I'm confused about how this fits in with the new minimal APIs, Can this library be oriented in that direction or is it an alternative as it is.

This library is built on MVC and Controllers. For the same REPR pattern approach built on the newer minimal APIs I recommend Fast Endpoints.