HalClient.Net icon indicating copy to clipboard operation
HalClient.Net copied to clipboard

A library that simplifies interaction with API's that respond with the "application\hal+json" media type.

Results 4 HalClient.Net issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

The client was build, based on spec version 6 (https://tools.ietf.org/html/draft-kelly-json-hal-08) while version 8 (https://tools.ietf.org/html/draft-kelly-json-hal-06) is the most recent.

enhancement

Right now you can use an override/implementation of the `Decorate` method to return a custom client type. This works, but the factory will always yield an `IHalHttpClient` instance. You can...

enhancement