Skip to content

Instantly share code, notes, and snippets.

@mzielu
Last active September 6, 2016 13:47
Show Gist options
  • Save mzielu/42d087152f37806d0bb8c73279adaacd to your computer and use it in GitHub Desktop.
Save mzielu/42d087152f37806d0bb8c73279adaacd to your computer and use it in GitHub Desktop.
@GET("api/me/")
Observable<User> getLoggedUserProfile(@Header("token") String token);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment