All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.leancloud.service.AppRouterService Maven / Gradle / Ivy

package cn.leancloud.service;

import io.reactivex.Observable;
import retrofit2.http.GET;
import retrofit2.http.Query;

public interface AppRouterService {
  @GET("/2/route")
  Observable getRouter(@Query("appId") String appId);

  @GET("/v1/route")
  Observable getRTMConnectionServer(@Query("appId") String appId, @Query("installationId") String installationId,
                                                       @Query("secure") int secure);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy