Sciensoft.Hateoas
1.0.5
Package Description
See the version list below for details.
Install-Package Sciensoft.Hateoas -Version 1.0.5
dotnet add package Sciensoft.Hateoas --version 1.0.5
<PackageReference Include="Sciensoft.Hateoas" Version="1.0.5" />
paket add Sciensoft.Hateoas --version 1.0.5
#r "nuget: Sciensoft.Hateoas, 1.0.5"
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 or 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 and Lambda Expressions here.
Learn more at Sciensoft.Hateoas!
Copyright 2019 Sciensoft
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.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 or 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 and Lambda Expressions here.
Learn more at Sciensoft.Hateoas!
Copyright 2019 Sciensoft
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Dependencies
-
.NETStandard 2.0
- AutoMapper (>= 8.0.0)
- Microsoft.AspNetCore.Mvc.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Formatters.Json (>= 2.2.0)
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.