GetGasStationService

interface GetGasStationService

Functions

getGasStation
Link copied to clipboard
@GET(value = "gas-stations/{id}")
abstract fun getGasStation(@Path(value = "id"id: String, @Query(value = "compile[openingHours]"compileopeningHours: Boolean? = null): Call<GasStation>