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

Use TimeSpan instead of an int representing Hours for cache expiration #60

Closed vIceBerg closed 8 months ago

ikyriak commented 9 months ago

Thank you, @vIceBerg, for your efforts 🙏. I will look at it in detail and make some changes to be backward-compatible.