Skip to content

Instantly share code, notes, and snippets.

@bravecorvus
Created July 31, 2018 16:54
Show Gist options
  • Save bravecorvus/097f2f62ea4a5d137e09e15d2898cc02 to your computer and use it in GitHub Desktop.
Save bravecorvus/097f2f62ea4a5d137e09e15d2898cc02 to your computer and use it in GitHub Desktop.
myVoiceIt.createUser((jsonResponse)=>{
let userId = jsonResponse["userId"]; // Save generated userId to use later
myVoiceIt.getAllEnrollments((jsonResponse)=>{
console.log(jsonResponse);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment