With Raw Response Impl
Functions
Link copied to clipboard
@MustBeClosed
open suspend override fun list(params: DigitalCardArtListParams, requestOptions: RequestOptions): HttpResponseFor<DigitalCardArtListPageAsync>
Returns a raw HTTP response for get /v1/digital_card_art, but is otherwise the same as DigitalCardArtServiceAsync.list.
Link copied to clipboard
@MustBeClosed
open suspend override fun retrieve(params: DigitalCardArtRetrieveParams, requestOptions: RequestOptions): HttpResponseFor<DigitalCardArt>
@MustBeClosed
Returns a raw HTTP response for get /v1/digital_card_art/{digital_card_art_token}, but is otherwise the same as DigitalCardArtServiceAsync.retrieve.
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): DigitalCardArtServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.