Skip to content

Instantly share code, notes, and snippets.

@codingpizza
Created July 25, 2018 18:02
Show Gist options
  • Save codingpizza/d3f4eb807e164f4ed27dcbd9b1cbbd90 to your computer and use it in GitHub Desktop.
Save codingpizza/d3f4eb807e164f4ed27dcbd9b1cbbd90 to your computer and use it in GitHub Desktop.
PizzaService Kotlin
interface PizzaService {
@GET("/pizzas")
fun listPizzas(): Call<List<Pizza>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment