1.2.8 • Published 8 years ago

cordova-plugin-azure-mobile-services v1.2.8

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
8 years ago

Apache Cordova plugin for Azure Mobile Services

This is a unofficial, repackaged version of the Azuer Mobile Services (classic) API. It is a fork of the original Microsoft packaging that has been updated to work with newer versions of Cordova and Phonegap.


With Microsoft Azure Mobile Services you can add a scalable backend to your connected client applications in minutes.

To learn more, visit our Developer Center.

Getting Started

If you are new to Mobile Services, you can get started by following our tutorials for connecting your Mobile Services cloud backend to Cordova apps,

Sample usage

The following code creates a new client object to access the todolist mobile service and create a new proxy object for the TodoItem table.

var mobileService = new WindowsAzure.MobileServiceClient(
        "https://todolist.azure-mobile.net",
        "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
    );

var todoTable = mobileService.getTable('TodoItem');

Need Help?

Be sure to check out the Mobile Services Developer Forum if you are having trouble. The Mobile Services product team actively monitors the forum and will be more than happy to assist you.

Contribute Code or Provide Feedback

If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.

If you encounter any bugs with the library please file an issue in the Issues section of the project.

Learn More

Microsoft Azure Mobile Services Developer Center