Interface GoogleChatClient
public interface GoogleChatClient
-
Method Summary
Modifier and TypeMethodDescriptionretrofit2.Call<okhttp3.ResponseBody>sendMessage(String webhook, String key, String token, GoogleChatMessage message)
-
Method Details
-
sendMessage
@POST("v1/spaces/{address}") retrofit2.Call<okhttp3.ResponseBody> sendMessage(@Path(value="address",encoded=true) String webhook, @Query("key") String key, @Query("token") String token, @Body GoogleChatMessage message)
-