Interface HubotEndPoints


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

    Modifier and Type
    Method
    Description
    retrofit2.Call<Void>
    sendMessage(String room, Message message)
     
  • Method Details

    • sendMessage

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