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
270 stars 39 forks source link

Possibility to configure controllers via IdempotencyOptions #69

Closed Jevvry closed 6 months ago

Jevvry commented 7 months ago

Close #68

ikyriak commented 6 months ago

Hello @Jevvry, Thank you for your time and implementation in configuring controllers via IdempotencyOptions. This is an excellent idea. I will include some tests and improve the DependencyInjection extensions to easily register the IIdempotencyOptions.