|
| class | CloudApiClient |
| |
| interface | ICloudApiClient |
| | Handles basic REST-type requests to the Cloud API by creating UnityWebRequests with the relevant data, executing these requests with UnityHttpClient and deserializing the response data. More...
|
| |
| interface | IUnityHttpClient |
| | A client to send UnityWebRequests in a way that is async-compatible. More...
|
| |
| class | UnityHttpClient |
| |
| class | UnityWebRequestExtensions |
| | A set of extension methods for UnityWebRequest, allowing for a natural method-chaining approach to common request configurations. More...
|
| |