Functions

Link copied to clipboard
@MustBeClosed
open suspend fun list(requestOptions: RequestOptions): HttpResponseFor<DigitalCardArtListPageAsync>

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 fun retrieve(digitalCardArtToken: String, requestOptions: RequestOptions): HttpResponseFor<DigitalCardArt>
open suspend override fun retrieve(params: DigitalCardArtRetrieveParams, requestOptions: RequestOptions): HttpResponseFor<DigitalCardArt>

@MustBeClosed
open suspend fun retrieve(digitalCardArtToken: String, params: DigitalCardArtRetrieveParams = DigitalCardArtRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<DigitalCardArt>

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

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