Rest Client for Unity
A Promise based REST and HTTP client for Unity
by Proyecto 26
★★★★★ star rating
Price History +
Simple HTTP and REST client for Unity based on Promises, also support Callbacks!
Features:
- Works out of the box.
- Make HTTP requests from Unity.
- Supports HTTPS/SSL.
- Built on top of UnityWebRequest system.
- Includes JSON serialization with JsonUtility (Other tools are supported!).
- Automatic transforms for JSON Arrays.
- Supports default HTTP Methods (GET, POST, PUT, DELETE, HEAD, PATCH).
- Based on Promises for a better asynchronous programming.
- Handle HTTP exceptions and retry requests easily.
- Open Source.
Supported Platforms:
* All platforms.