Skip to content

Releases: dkackman/DynamicRestProxy

DyanmicRestClientResponseException

18 Jun 19:06

Choose a tag to compare

Throw a custom Exception so that client code can inspect details of the failed response.

Accept header overrides

12 Aug 23:22

Choose a tag to compare

This version allows the built-in accept header values to be overridden by supplying an accept header in the defaults.

https://www.nuget.org/packages/DynamicRestClient/2.3.0

Shared HttpClient

07 Feb 23:29

Choose a tag to compare

HttpClient instance is shared across all endpoints spawned from a given DynamicRestClient root, improving performance. This release also adds the ability to return the HttpResponseMessage to the caller if further inspection of the response is required by an application.

NuGet Package

PATCH verb

19 Dec 04:06

Choose a tag to compare

This release removes the dependency on the abstract base class assembly and adds support for the PATCH verb