HTTP
annotation class HTTP(@Language(value = "http-method-reference"
Make a request with a custom HTTP verb.
@HTTP(method = "CUSTOM", path = "custom/endpoint/")
suspend fun customEndpoint(): Response
Content copied to clipboard
Make a request with a custom HTTP verb.
@HTTP(method = "CUSTOM", path = "custom/endpoint/")
suspend fun customEndpoint(): Response