Skip to content

Instantly share code, notes, and snippets.

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

  • Save funkyboy/671de1da36d8298ab64e to your computer and use it in GitHub Desktop.

Select an option

Save funkyboy/671de1da36d8298ab64e to your computer and use it in GitHub Desktop.
BaasBox.loadCollection("posts")
.done(function(res) {
console.log("res ", res);
})
.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