Info
| Version: | 0.3.0-beta |
| Author(s): | Ioannis Kyriakidis |
| Last Update: | Friday, February 23, 2024 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/ikyriak/ConsistentApiResponseErrors |
| NuGet Url: | https://www.nuget.org/packages/ConsistentApiResponseErrors |
Install
Install-Package ConsistentApiResponseErrors
dotnet add package ConsistentApiResponseErrors
paket add ConsistentApiResponseErrors
ConsistentApiResponseErrors Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- ConsistentApiResponseErrors.Errors(>= 0.2.0)
- FluentValidation.AspNetCore(>= 8.4.0)
- Microsoft.AspNetCore(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.2)
- ConsistentApiResponseErrors.Errors(>= 0.2.0)
- FluentValidation.AspNetCore(>= 8.4.0)
- Microsoft.AspNetCore(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.2)
Tags
Simplifies the API controllers by containing only the calls for the appropriate business-login service (without the need of input-validators and try-catch).