Skip to content

Instantly share code, notes, and snippets.

@mzielu
Last active September 7, 2016 13:23
Show Gist options
  • Save mzielu/056bc53fb86710b25e17556deb61f2e9 to your computer and use it in GitHub Desktop.
Save mzielu/056bc53fb86710b25e17556deb61f2e9 to your computer and use it in GitHub Desktop.
public Observable<User> getLoggedUserProfile() {
return callWithToken(resolvedToken -> api.getLoggedUserProfile(resolvedToken));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment