ardalis / ApiEndpoints

A project for supporting API Endpoints in ASP.NET Core web applications.
MIT License
3.13k stars 227 forks source link

Minimal Apis #201

Closed veldfolds closed 1 year ago

veldfolds commented 1 year ago

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.

ardalis commented 1 year ago

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