ResponderEndpointServiceAsync

Types

Link copied to clipboard
interface WithRawResponse

A view of ResponderEndpointServiceAsync that provides access to raw HTTP responses for each method.

Functions

Link copied to clipboard
abstract suspend fun checkStatus(params: ResponderEndpointCheckStatusParams, requestOptions: RequestOptions = RequestOptions.none()): ResponderEndpointStatus

Check the status of a responder endpoint

Link copied to clipboard
open suspend fun create(requestOptions: RequestOptions): ResponderEndpointCreateResponse

abstract suspend fun create(params: ResponderEndpointCreateParams = ResponderEndpointCreateParams.none(), requestOptions: RequestOptions = RequestOptions.none()): ResponderEndpointCreateResponse

Enroll a responder endpoint

Link copied to clipboard
abstract suspend fun delete(params: ResponderEndpointDeleteParams, requestOptions: RequestOptions = RequestOptions.none())

Disenroll a responder endpoint

Link copied to clipboard

Returns a view of this service with the given option modifications applied.

Link copied to clipboard

Returns a view of this service that provides access to raw HTTP responses for each method.