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

Configure special types to be excluded when serializing. Issue-81 #83

Closed ikyriak closed 3 months ago

ikyriak commented 3 months ago

Related Issue: https://github.com/ikyriak/IdempotentAPI/issues/81