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

cn.leancloud.push.lite.rest.AppRouterAPI Maven / Gradle / Ivy

The newest version!
package cn.leancloud.push.lite.rest;

import com.alibaba.fastjson.JSONObject;

import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Query;

public interface AppRouterAPI {
  @GET("/2/route")
  Call findServers(@Query("appId") String appId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy