ikyriakidis
- 1,207 total downloads
- last updated 3/25/2021
- Latest version: 0.2.1-beta (prerelease)
Consistent API Response Errors (CARE) is an ASP.NET Core middleware that centralizes the handling of input-validation errors, application exceptions and unhandled exceptions. Simplifies the API controllers by containing only the calls for the appropriate business-login service (without the need of...
More information
- 1,023 total downloads
- last updated 3/25/2021
- Latest version: 0.2.1-beta (prerelease)
Consistent API Response Errors (CARE). The definition of input-validation errors, application exceptions and unhandled exceptions.
- 208 total downloads
- last updated 11/4/2019
- Latest version: 0.1.0-beta (prerelease)
IdempotentAPI is an ASP.NET Core attribute by which any HTTP write operations (POST and PATCH) can have effect only once for the given request data.