Releases: proyecto26/RestClient
Releases · proyecto26/RestClient
Release 2.0.1
Includes:
- Update RSG.Promise package to support dotnet Core 2 and UWP
Release 2.0.0
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
Includes:
- Added error validation (internet connection)
- Fixed issue destroying objects after change the scene
- Code review
Fix GET requests to use ResponseHelper class
Include:
- Added ResponseHelper for GET requests.
- Added .unitypackage to download and install the code from Unity.
Added options and default request headers
Added 2 features:
- Options per request
- DefaultRequestHeaders for all requests
First release
Features:
- Simple JSON Serialization.
- Get Arrays supported.
- HTTP Methods (GET, POST, PUT, DELETE).
- Requests based on Promises.
Supported Platforms:
- All Unity platforms.