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

A lightweight fluent .NET client for navigating and consuming HAL APIs.

Results 6 HoneyBear.HalClient issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Hi, thanks for a really useful project. I am still rather new at this so please consider that, it might be lack of understanding from my side. I have encountered...

Hi, i found your library and the api looks very nice for consuming hal based rest apis. I have two questions regarding the api usage: 1) Retrieve a single resource...

Fixed an issue where the HalClient wasn't retrieving embedded resources. Now it looks for embedded resources by matching on the self link. If there are no matches, it follows the...

I see this lib will POST/PUT etc based on the href or a rel. Any plans to make it work with HAL-FORMS, a media type that returns meta data about...

enhancement