Skip to content

Instantly share code, notes, and snippets.

@funkyboy
Last active August 29, 2015 14:06
Show Gist options
  • Save funkyboy/760d0c389a0df61b3aa9 to your computer and use it in GitHub Desktop.
Save funkyboy/760d0c389a0df61b3aa9 to your computer and use it in GitHub Desktop.
BaasBox.loadCollectionWithParams("posts", {where: "color='red'"})
.done(function(res) {
console.log("res ", res);
})
.fail(function(error) {
console.log("error ", error);
})
@bjorngi
Copy link

bjorngi commented Oct 8, 2014

Thanks. SDK lacking documentation, but you helped out 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment