Created
February 8, 2013 23:20
-
-
Save earth2marsh/4742777 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function () { | |
//first set the org / app path (must be orgname / appname or org id / app id - can't mix names and uuids!!) | |
var client = new Usergrid.Client({ | |
orgName:'caurelio', | |
appName:'sandbox', | |
logging: true, //optional - turn on logging, off by default | |
buildCurl: true //optional - turn on curl commands, off by default | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment