Skip to content

Instantly share code, notes, and snippets.

@tassioauad
Created November 12, 2016 14:20
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 tassioauad/8d998d4c57e0bd91867346d9d2097c31 to your computer and use it in GitHub Desktop.
Save tassioauad/8d998d4c57e0bd91867346d9d2097c31 to your computer and use it in GitHub Desktop.
public interface UserResource {
@GET("user/list")
Call listAll();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment