Skip to content

Instantly share code, notes, and snippets.

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

  • Save funkyboy/6c91d0617c56ebfda225 to your computer and use it in GitHub Desktop.

Select an option

Save funkyboy/6c91d0617c56ebfda225 to your computer and use it in GitHub Desktop.
BaasBox.loadCollectionWithParams("posts", {page: 2, recordsPerPage: 20})
.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