public interface AppRouterService
| 限定符和类型 | 方法和说明 |
|---|---|
io.reactivex.Observable<AppAccessEndpoint> |
getRouter(String appId) |
io.reactivex.Observable<RTMConnectionServerResponse> |
getRTMConnectionServer(String appId,
String installationId,
int secure) |
@GET(value="/2/route") io.reactivex.Observable<AppAccessEndpoint> getRouter(@Query(value="appId") String appId)
@GET(value="/v1/route") io.reactivex.Observable<RTMConnectionServerResponse> getRTMConnectionServer(@Query(value="appId") String appId, @Query(value="installationId") String installationId, @Query(value="secure") int secure)
Copyright © 2019. All rights reserved.