Skip to content

Releases: proyecto26/RestClient

Release 2.0.1

27 Jul 18:14
Compare
Choose a tag to compare

Includes:

  • Update RSG.Promise package to support dotnet Core 2 and UWP

Release 2.0.0

22 May 09:19
Compare
Choose a tag to compare

Includes:

  • Add more options to create HTTP requests.
  • Added the BodyString property to have the possibility to use other tools to serialize the JSON
  • Handle HTTP exceptions in a better way
  • Using tools to improve the quality of the code
  • And much more! 🎉🎉🎉

Fix validations and prevent destroy objects

05 Mar 01:00
Compare
Choose a tag to compare

Includes:

  • Added error validation (internet connection)
  • Fixed issue destroying objects after change the scene
  • Code review

Fix GET requests to use ResponseHelper class

21 Oct 03:51
Compare
Choose a tag to compare

Include:

  • Added ResponseHelper for GET requests.
  • Added .unitypackage to download and install the code from Unity.

Added options and default request headers

20 Oct 08:51
Compare
Choose a tag to compare

Added 2 features:

  • Options per request
  • DefaultRequestHeaders for all requests

First release

15 Oct 17:47
Compare
Choose a tag to compare

Features:

  • Simple JSON Serialization.
  • Get Arrays supported.
  • HTTP Methods (GET, POST, PUT, DELETE).
  • Requests based on Promises.

Supported Platforms:

  • All Unity platforms.