GetPumpService

interface GetPumpService

Functions

getPump
Link copied to clipboard
@GET(value = "gas-stations/{gasStationId}/pumps/{pumpId}")
abstract fun getPump(@Path(value = "gasStationId"gasStationId: String, @Path(value = "pumpId"pumpId: String): Call<PumpResponse>