John Brown
John Brown

Reputation: 93

Windows Azure Mobile Services management API

Is there any management API in Windows Azure Mobile Services? For example: methods to create mobile services or data tables.

Upvotes: 1

Views: 154

Answers (1)

Gaurav Mantri
Gaurav Mantri

Reputation: 136386

There's a Mobile Service Management API however it is not publicly available yet. One thing you could do is take a look at the source code for Windows Azure CLI tools and figure out how this API has been implemented. You can view the source code on GitHub: https://github.com/WindowsAzure/azure-sdk-tools-xplat.

Upvotes: 1

Related Questions