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
283 stars 40 forks source link

Possibility to configure controllers via IdempotencyOptions #69

Closed Jevvry closed 8 months ago

Jevvry commented 8 months ago

Close #68

ikyriak commented 8 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.