Skip to content

Instantly share code, notes, and snippets.

BaasBox.loadCollectionWithParams("posts", {where: "color='red'"})
.done(function(res) {
console.log("res ", res);
})
.fail(function(error) {
console.log("error ", error);
})