Sciensoft.Hateoas
3.0.0
A library to help you achieve HATEOAS using a fluent language and lambda expression for configuring your ASP.NET Core 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 [REST constraints][REST-Constraints] or [Richardson Maturity Level][Richardson-Maturity-Level] and this has to be done by you, Sciensoft.Hateoas helps you only with the implementation of HATEOAS in your resource.
Learn more about RESTful API [here][Learn-RestfulApi] and Lambda Expressions [here][Lambda-Expressions].
For more, visit [Sciensoft.Hateoas](https://github.com/higtrollers/Sciensoft.Hateoas)!
See the version list below for details.
Install-Package Sciensoft.Hateoas -Version 3.0.0
dotnet add package Sciensoft.Hateoas --version 3.0.0
<PackageReference Include="Sciensoft.Hateoas" Version="3.0.0" />
paket add Sciensoft.Hateoas --version 3.0.0
#r "nuget: Sciensoft.Hateoas, 3.0.0"
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.