Skip to content

Releases: dkackman/DynamicRestProxy

DyanmicRestClientResponseException

Choose a tag to compare

@dkackman dkackman released this 18 Jun 19:06

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

Accept header overrides

Choose a tag to compare

@dkackman dkackman released this 12 Aug 23:22

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

Choose a tag to compare

@dkackman dkackman released this 07 Feb 23:29

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

Choose a tag to compare

@dkackman dkackman released this 19 Dec 04:06

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