Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

No content no parsing

Choose a tag to compare

@wis3guy wis3guy released this 12 Jan 09:11
· 36 commits to master since this release

Major

  • Refactored the client so that it no longer throws an exception if the received response has no content. Only if there is content, will the client attempt to parse it.
  • BREAKING Refactored the client so that it returns HalHttpResponseMessage instances, rather than parsed RootResourceObject instances directly. The new message object allows the consuming code to access the Location header as well as status information.

Minor

  • Updated nuget packages
  • Extended and updated documentation