Skip to content
David Douglas edited this page Nov 7, 2017 · 4 revisions

RESTClient for Unity samples:

How to use RESTClient to make client for a REST API

Check out samples:

How App Services for Unity uses RESTClient

The App Service client uses ZumoClient - which is a subclass of RestClient which handles server certificate validation. (ZumoClient exists as a reusable class to provide core App Services to other Azure services. For example Azure Functions will leverage a subset of App Services.) The Table service uses ZumoRequest - which is a subclass of RestRequest with common App Service headers and authentication methods to handle the async REST API calls.

Clone this wiki locally