Skip to content

Instantly share code, notes, and snippets.

@oatpano
Created April 16, 2017 09:18
Show Gist options
  • Save oatpano/2c9822e44a2016edc4eec244193fdafe to your computer and use it in GitHub Desktop.
Save oatpano/2c9822e44a2016edc4eec244193fdafe to your computer and use it in GitHub Desktop.
public interface GitHubService {
@GET("/users/{username}")
Call<User> getUser(@Path("username") String username);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment