Skip to content

Instantly share code, notes, and snippets.

@YutaWatanabe
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YutaWatanabe/9c87dca3e79b34a606f7 to your computer and use it in GitHub Desktop.
Save YutaWatanabe/9c87dca3e79b34a606f7 to your computer and use it in GitHub Desktop.
Initialization of azure mobile service client.
(function(){
var client = new WindowsAzure.MobileServiceClient(
"URL",
"KEY"
);
// URL, KEY は管理画面に表示されているものを貼り付け
//このあと client を使ってモバイル サービス のデータにアクセスしていきます
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment