Skip to content

Instantly share code, notes, and snippets.

@finnkvan
Created January 12, 2019 11:08
Show Gist options
  • Save finnkvan/e0a990dc5f447476ec803b63108556c4 to your computer and use it in GitHub Desktop.
Save finnkvan/e0a990dc5f447476ec803b63108556c4 to your computer and use it in GitHub Desktop.
interface PokeApi {
@GET("characteristic/{id}")
fun getCharacteristic(@Path("id") id: Int): LiveData<PokeCharacteristic>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment