Skip to content

Releases: Zuntara/rest-api-client-builder

v2.1.4

03 Aug 07:35
Compare
Choose a tag to compare

Fixed issue-3 - replaced httpcode translation to real error message in body content

v2.1.2

18 Jul 08:19
Compare
Choose a tag to compare

Fixed issue with CancellationTokenSource getting disposed.

v2.1.1

18 Jul 07:12
Compare
Choose a tag to compare
  • Added new overload for ExecuteAsync to support Cancellation Tokens
  • Added more comments in the code and on the methods
  • Updated readme file

v2.0.2

05 Jul 11:46
Compare
Choose a tag to compare
  • Added a connection provider
  • Added extra handlers for success, error and timeout.
  • Moved timeout to executeasync method

v2.0.1

03 Jul 13:18
Compare
Choose a tag to compare

Added portable dll version of the rest API client builder which has a fluent interface.
Also added OAuth2 Client credentials to the behaviors.