HalKit 0.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package HalKit --version 0.2.0
NuGet\Install-Package HalKit -Version 0.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HalKit" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HalKit --version 0.2.0
#r "nuget: HalKit, 0.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HalKit as a Cake Addin
#addin nuget:?package=HalKit&version=0.2.0

// Install HalKit as a Cake Tool
#tool nuget:?package=HalKit&version=0.2.0

A lightweight .NET library for consuming HAL hypermedia APIs

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on HalKit:

Package Downloads
GogoKit

GogoKit is a lightweight, async viagogo API client library for .NET.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 115,859 4/8/2021
1.0.1 23,284 9/12/2018
1.0.0 9,322 9/12/2018
0.9.0 2,584 4/17/2018
0.8.0 9,275 8/17/2016
0.7.3 1,375 7/7/2016
0.7.2 1,076 6/30/2016
0.7.1 10,574 4/7/2016
0.7.0 7,397 2/13/2016
0.6.0 3,985 2/4/2016
0.5.0 2,017 7/7/2015
0.4.0 1,140 7/2/2015
0.3.0 4,209 6/11/2015
0.2.1 3,165 4/8/2015
0.2.0 1,194 4/7/2015
0.1.0 1,153 4/1/2015

Added IRequestParameters DTO that represents the query params and headers to be used in a request
Re-structured the namespaces of the model objects
Made IJsonSerializer interface synchronous