tripkit-android / com.skedgo.tripkit / ServiceApi / getServiceAsync

getServiceAsync

@GET("service.json") abstract fun getServiceAsync(@Query("region") region:String!, @Query("serviceTripID") serviceTripId:String!, @Query("embarkationDate") timeInSecs:Long, @Query("encode") encode:Boolean): Observable<ServiceResponse!>!