Skip to content

Instantly share code, notes, and snippets.

@jeziellago
Created August 13, 2018 00:55
Show Gist options
  • Save jeziellago/2305878fc0daee6b72878e7b89928dd0 to your computer and use it in GitHub Desktop.
Save jeziellago/2305878fc0daee6b72878e7b89928dd0 to your computer and use it in GitHub Desktop.
interface ApiService {
@GET("/users/{username}")
fun getUser(@Path("username") username: String): Call<User>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment