/tripkit/TripKitAndroid/com.skedgo.tripkit/ServiceApi
ServiceApi
\ interface ServiceApi
Functions
Name | Summary |
---|---|
getServiceAsync | @GET(value = "service.json") abstract fun getServiceAsync(@Query(value = "region")region: String, @Query(value = "serviceTripID")serviceTripId: String, @Query(value = "operator")operator: String?, @Query(value = "startStopCode")startStopCode: String, @Query(value = "endStopCode")endStopCode: String?, @Query(value = "embarkationDate")timeInSecs: Long, @Query(value = "encode")encode: Boolean): Observable<ServiceResponse> |