Skip to content

Instantly share code, notes, and snippets.

@pionize
Created April 17, 2017 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pionize/fe5c934cf5e2f8ccbcc6968863a32927 to your computer and use it in GitHub Desktop.
Save pionize/fe5c934cf5e2f8ccbcc6968863a32927 to your computer and use it in GitHub Desktop.
getUserByName('andrew').then(function (user) {
return getUserAccountById(user.id);
}).then(function (userAccount) {
// userAccount data here
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment