Info
Version: | 3.2.0 |
Author(s): | Sciensoft.Hateoas |
Last Update: | Wednesday, May 13, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/higtrollers/Sciensoft.Hateoas |
NuGet Url: | https://www.nuget.org/packages/Sciensoft.Hateoas |
Install
Install-Package Sciensoft.Hateoas
dotnet add package Sciensoft.Hateoas
paket add Sciensoft.Hateoas
Sciensoft.Hateoas Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.5)
- Microsoft.AspNetCore.Mvc.Formatters.Json(>= 2.2.0)
- Microsoft.Extensions.Caching.Abstractions(>= 3.1.3)
- System.Text.Json(>= 4.7.1)
Tags
Based on the REST application architecture style, Uniform Interface, constraint Hypermedia As The Engine Of Application State (HATEOAS).
The good thing is, there is no need to inheritance or additional code in your models or addition of extra result filters to support its functionality. They all come beautifully out of the box with Sciensoft.Hateoas
Sciensoft.Hateoas threats lambda as first-class citizen, so your configuration starts with a lambda expression.
This library DO NOT enforce REST constraints (https://rebrand.ly/restful-explained) or Richardson Maturity Level (https://rebrand.ly/richardson-maturity-model), and this has to be done by you, Sciensoft.Hateoas helps you only with the implementation of HATEOAS in your resource.
Visit https://github.com/higtrollers/Sciensoft.Hateoas for more details and full documentation.