Skip to content

Instantly share code, notes, and snippets.

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

  • Save funkyboy/0c0dbdaf34a3ce2dd6ad to your computer and use it in GitHub Desktop.

Select an option

Save funkyboy/0c0dbdaf34a3ce2dd6ad to your computer and use it in GitHub Desktop.
BaasBox.fetchUserProfile("cesare")
.done(function(res) {
console.log("res ", res['data']);
})
.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