/tripkit/TripKitAndroid/com.skedgo.tripkit.servicedetail/ServiceDetailApi/getServiceAsync
getServiceAsync
\
@GET
abstract fun getServiceAsync(@Urlurl: String, @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<JsonObject>