GetPumpsService

interface GetPumpsService

Functions

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