Interface HubotEndPoints


  • public interface HubotEndPoints
    Actual hubot endpoint.
    Author:
    Naresh Rayapati
    • Method Detail

      • sendMessage

        @POST("hubot/notify/{room}")
        retrofit2.Call<Void> sendMessage​(@Path("room")
                                         String room,
                                         @Body
                                         Message message)