-
Notifications
You must be signed in to change notification settings - Fork 14
Home
David Douglas edited this page Nov 7, 2017
·
4 revisions
RESTClient for Unity samples:
Check out samples:
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.