Skip to content

Releases: proyecto26/RestClient

Release 2.6.2

27 Dec 06:11
712b78c
Compare
Choose a tag to compare

Added

Changed

  • Changes to use RetryCallback to handle token expiration by @fegabe (#142).

Fixed

Removed

v2.6.1

10 Jun 17:20
Compare
Choose a tag to compare

Fixed

v2.6.0

20 Sep 04:39
df44e85
Compare
Choose a tag to compare

Added

  • Supporting retrieving a JSON Array from a POST request by @Coeur (7cc54bb).
  • Added Query string utilities (e2fc36b).

v2.5.9

09 Sep 00:27
Compare
Choose a tag to compare

Added

  • Add ParseResponseBody option to fix severe frame rate drop when parsing large response by @TigerHix (47f8732).

Release 2.5.7

28 Jun 04:43
Compare
Choose a tag to compare

Includes:

  • Code refactoring
  • Add default content type option to be able to disable JSON by default

Release 2.5.2

23 Jan 05:47
Compare
Choose a tag to compare

Includes:

  • Add the missing properties of the UnityWebRequest system.
  • Fix access modifiers from the ResponseHelper class in order to get access to the UnityWebRequest object created and have more control from the code.
  • Add validations of the content-type to support WWWForm data.

Release 2.4.1

10 Jan 17:03
Compare
Choose a tag to compare

Includes:

  • Add ContentType property from the RequestHelper class to modify the content type of the request
  • Add Retries and RetrySecondsDelay properties from RequestHelper class to retry a request
  • Add EnableDebug and RetryCallback properties from RequestHelper class to debug the requests

Release 2.2.0

20 Dec 04:45
Compare
Choose a tag to compare

Includes:

  • Add BodyRaw property from the RequestHelper class to send raw data directly

Release 2.1.1

26 Aug 20:07
0fe166f
Compare
Choose a tag to compare

Includes:

  • Fix exception when DownloadHandler is used to download large files

Release 2.1.0

23 Aug 19:41
Compare
Choose a tag to compare

Includes:

  • Add Support for a specific DownloadHandler