Skip to content

Instantly share code, notes, and snippets.

@mikkipastel
Created September 26, 2017 07:45
Show Gist options
  • Save mikkipastel/68f99a8b8dc5cb3592e80520ab765293 to your computer and use it in GitHub Desktop.
Save mikkipastel/68f99a8b8dc5cb3592e80520ab765293 to your computer and use it in GitHub Desktop.
public interface Webservice {
@GET("/users/{user}")
Call<User> getUser(@Path("user") String userId);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment