Skip to content

Instantly share code, notes, and snippets.

@DavidOndrus
Created May 21, 2018 05:52
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 DavidOndrus/23a2f2d13e13d9a6a2ed3f3389b5b35e to your computer and use it in GitHub Desktop.
Save DavidOndrus/23a2f2d13e13d9a6a2ed3f3389b5b35e to your computer and use it in GitHub Desktop.
User service
getCurrentUser(waterwheelInstance, username) {
return waterwheelInstance.jsonapi.get('user/user', {
filter: { name: { value: username } } } );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment