ApiService

interface ApiService

Author

Alper Sahin Retrofit API interface for defining network endpoints and requests.

Functions

Link copied to clipboard
@POST(value = "send")
abstract fun SendMessage(@HeaderMap headers: HashMap<String, String>, @Body messageBody: String): Call<String>

Send a message to a specified endpoint.