With Raw Response Impl
Functions
Link copied to clipboard
Link copied to clipboard
@MustBeClosed
open suspend override fun list(params: EventListParams, requestOptions: RequestOptions): HttpResponseFor<EventListPageAsync>
Returns a raw HTTP response for get /v1/events, but is otherwise the same as EventServiceAsync.list.
Link copied to clipboard
@MustBeClosed
open suspend override fun listAttempts(params: EventListAttemptsParams, requestOptions: RequestOptions): HttpResponseFor<EventListAttemptsPageAsync>
@MustBeClosed
Returns a raw HTTP response for get /v1/events/{event_token}/attempts, but is otherwise the same as EventServiceAsync.listAttempts.
Link copied to clipboard
@MustBeClosed
open suspend override fun retrieve(params: EventRetrieveParams, requestOptions: RequestOptions): HttpResponseFor<Event>
@MustBeClosed
Returns a raw HTTP response for get /v1/events/{event_token}, but is otherwise the same as EventServiceAsync.retrieve.
Link copied to clipboard
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): EventServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.