Sciensoft.Hateoas
3.0.1
A library to help you achieve HATEOAS using a fluent language and lambda expression for configuring your .NET Core Restful/WebApi apps. It's based on 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. It 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 inforce the REST constraints (https://rebrand.ly/restful-explained) or Richardson Maturity Level (https://rebrand.ly/richardson-maturity-model) and all of that 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.
See the version list below for details.
Install-Package Sciensoft.Hateoas -Version 3.0.1
dotnet add package Sciensoft.Hateoas --version 3.0.1
<PackageReference Include="Sciensoft.Hateoas" Version="3.0.1" />
paket add Sciensoft.Hateoas --version 3.0.1
#r "nuget: Sciensoft.Hateoas, 3.0.1"
Dependencies
-
.NETStandard 2.1
- AutoMapper (>= 9.0.0)
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.AspNetCore.Mvc.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.AspNetCore.Mvc.Formatters.Json (>= 2.2.0)
- Microsoft.AspNetCore.Routing (>= 2.2.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.3)
- System.Text.Json (>= 4.7.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.