Api.Result is a basic package created to encapsulate, standardize and facilitate the return of results with messages, errors or data for communication between server to server, server to client or between application layers such as ASP.NET Core Web API.
Info
Version: | 2.0.6 |
Author(s): | Rafael Viegas |
Last Update: | Wednesday, November 4, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/rafaelviegas/Api.Result |
NuGet Url: | https://www.nuget.org/packages/Api.Result |
Install
Install-Package Api.Result
dotnet add package Api.Result
paket add Api.Result
Api.Result Download (Unzip the "nupkg" after downloading)
Dependencies
- FluentValidation(>= 9.2.2)
- Microsoft.Extensions.DependencyInjection(>= 3.1.9)
- Newtonsoft.Json(>= 9.0.1)
Tags