public interface AiparkApiEndpointInterface
@POST(value="getParkingAreasForTile") rx.Observable<GetParkingAreasForTileResponse> getParkingAreasForTile(@Body GetParkingAreasForTileRequest tileParkingAreasRequest)
@POST(value="getOccupancyForParkingAreas") rx.Observable<GetOccupancyForParkingAreasResponse> getOccupancyForParkingAreas(@Body GetOccupancyForParkingAreasRequest getOccupancyForParkingAreasRequest)
@POST(value="getParkingAreasForTileWithOccupancy") rx.Observable<GetParkingAreasForTileWithOccupancyResponse> getParkingAreasForTileWithOccupancy(@Body GetParkingAreasForTileWithOccupancyRequest getParkingAreasForTileWithOccupancyRequest)
@POST(value="getParkingAreasForTileWithOccupancyForDeparture") rx.Observable<GetParkingAreasForTileWithOccupancyResponse> getParkingAreasForTileWithOccupancyForPosition(@Body GetParkingAreasForTileWithOccupancyForDepartureRequest getParkingAreasForTileWithOccupancyForPositionRequest)
@POST(value="getParkingAreasForPosition") rx.Observable<GetParkingAreasForPositionResponse> getParkingAreasForPosition(@Body GetParkingAreasForPositionRequest getParkingAreasForPositionRequest)
@POST(value="getParkingAreasForPositionWithOccupancy") rx.Observable<GetParkingAreasForPositionWithOccupancyResponse> getParkingAreasForPositionWithOccupancy(@Body GetParkingAreasForPositionWithOccupancyRequest getParkingAreasForPositionRequest)
@POST(value="getParkingAreasForPositionWithOccupancyForDeparture") rx.Observable<GetParkingAreasForPositionWithOccupancyResponse> getParkingAreasForPositionWithOccupancyForPosition(@Body GetParkingAreasForPositionWithOccupancyForDepartureRequest getParkingAreasForPositionRequest)
@POST(value="getOptimalTrip") rx.Observable<GetOptimalTripResponse> getOptimalTrip(@Body GetOptimalTripRequest getOptimalTripRequest)
@POST(value="getLiveOpenSpots") rx.Observable<List<ParkEventLiveLeaving>> getLiveOpenSpots(@Body GetLiveOpenSpotsRequest getLiveOpenSpotsRequest)
@POST(value="getCostsForParkingAreas") rx.Observable<GetCostsForParkingAreasResponse> getCostsForParkingAreas(@Body GetCostsForParkingAreasRequest getCostsForParkingAreasRequest)
@POST(value="getChargingStationsForTile") rx.Observable<GetChargingStationsForTileResponse> getChargingStationsForTile(@Body GetChargingStationsForTileRequest getChargingStationsForTileRequest)
@POST(value="getChargingStationsForPosition") rx.Observable<GetChargingStationsForPositionResponse> getChargingStationsForPosition(@Body GetChargingStationsForPositionRequest getChargingStationsForPositionRequest)
@POST(value="getLiveSpotsForTile") rx.Observable<List<LiveSpot>> getLiveSpotsForTile(@Body GetLiveSpotsForTileRequest getLiveSpotsForTileRequest)
Copyright © 2019. All rights reserved.