ikyriak / IdempotentAPI

A .NET library that handles the HTTP write operations (POST and PATCH) that can affect only once for the given request data and idempotency-key by using an ASP.NET Core attribute (filter).
MIT License
253 stars 38 forks source link

Support MinimalAPI projects #50

Closed ikyriak closed 1 year ago

ikyriak commented 1 year ago

Thanks @hartmark

We have a minimal API and we wanted to use this nugget, but it seems MVC action filters isn't supported so we have used EndpointFilters that was added in .NET 7....

hartmark commented 1 year ago

Related PR #45