Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Azure/azure-mobile-services-cordova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Apache Cordova plugin for Azure Mobile Services

DEPRECATED - Azure Mobile Services has been superseded by Azure App Service Mobile Apps and is scheduled for removal from Azure. We recommend using Azure Mobile Apps for all new mobile backend deployments. Read this announcement to learn more about the pending deprecation of this service.

Learn about migrating your site to Azure App Service.

Get started with Azure Mobile Apps, see the Azure Mobile Apps documentation center.

The Cordova plugin for connecting to Azure Mobile Apps resides in the azure-mobile-apps-cordova-client repository.

Getting Started

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.

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

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published