Skip to content

Instantly share code, notes, and snippets.

@funkyboy
Created September 18, 2014 13:18
Show Gist options
  • Select an option

  • Save funkyboy/0ea857cb49c44d19ed05 to your computer and use it in GitHub Desktop.

Select an option

Save funkyboy/0ea857cb49c44d19ed05 to your computer and use it in GitHub Desktop.
BaasBox.loadObject("posts", "9e2921b0-cb60-4fc6-aa9b-28f4a8df4f0e")
.done(function(res) {
console.log("res ", res['data']);
})
.fail(function(error) {
console.log("error ", error);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment