public interface SdkApiEndpointInterface
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<Void> |
addLiveParkEvent(ParkEventLiveLeavingIntern parkEventLiveLeaving) |
rx.Observable<Long> |
addRoute(Route route) |
rx.Observable<GetConfigResponse> |
getConfig(GetConfigRequest getConfigRequest) |
@POST(value="addLiveParkEvent") rx.Observable<Void> addLiveParkEvent(@Body ParkEventLiveLeavingIntern parkEventLiveLeaving)
@POST(value="getAppConfig") rx.Observable<GetConfigResponse> getConfig(@Body GetConfigRequest getConfigRequest)
Copyright © 2019. All rights reserved.