Last active
August 29, 2015 14:06
-
-
Save funkyboy/760d0c389a0df61b3aa9 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
BaasBox.loadCollectionWithParams("posts", {where: "color='red'"}) | |
.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
Thanks. SDK lacking documentation, but you helped out 👍