接口 WebhookService
public interface WebhookService
-
方法概要
修饰符和类型方法说明retrofit2.Call<HTTPSession[]> retrofit2.Call<HTTPReady> createSession(HTTPIdentity identity) retrofit2.Call<String> removeSession(String sessionID) retrofit2.Call<HTTPSession[]>
-
方法详细资料
-
createSession
@POST("/gateway/webhook/sessions") retrofit2.Call<HTTPReady> createSession(@Body HTTPIdentity identity) -
CheckSessions
-
sessionList
-
removeSession
-