HalClient.Net
HalClient.Net copied to clipboard
A library that simplifies interaction with API's that respond with the "application\hal+json" media type.
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...
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...
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.
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...