RestClient Versions Save

🦄 A Promise based REST and HTTP client for Unity 🎮

2.0.1

5 years ago

Includes:

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

2.0.0

5 years ago

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! 🎉🎉🎉

1.2.2

6 years ago

Includes:

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

1.2.1

6 years ago

Include:

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

1.2.0

6 years ago

Added 2 features:

  • Options per request
  • DefaultRequestHeaders for all requests

1.0.1

6 years ago

Features:

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

Supported Platforms:

  • All Unity platforms.