Constructors

Link copied to clipboard
constructor(get: suspend R.() -> G? = null, post: suspend R.() -> P? = null)

Functions

Link copied to clipboard
suspend fun getRequest(request: R): G

Handles the http GET request to this service if applicable.

Link copied to clipboard
suspend fun postRequest(request: R): P

Handles the http POST request to this service if applicable.