Info
Version: | 1.1.2 |
Author(s): | Masoud Bahrami |
Last Update: | Monday, October 28, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/HATEOAS.Net.HAL |
Install
Install-Package HATEOAS.Net.HAL
dotnet add package HATEOAS.Net.HAL
paket add HATEOAS.Net.HAL
HATEOAS.Net.HAL Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.5.0)
- Newtonsoft.Json(>= 8.0.1)
It also added some optional but very useful features to the origin HAL specification:
Adding HTTP verbs to links. (Link can be richer by adding HTTP verbs(GET, POST, DELETE and …))
Adding Query Parameters to links.
(Link can be more useful by specifying its parameters).