getPrismicImage

@GET(value = "api/artist/{id}/enhanced/details")
abstract suspend fun getPrismicImage(@Path(value = "id") id: String?): Response<PrismicResponse>

Fetches enhanced Prismic details for an artist.

Queries the API for Prismic content by artist ID.

Return

A Response with a PrismicResponse or null.

Parameters

id

The artist ID, if available.