RemoteImageApi

Constructors

Link copied to clipboard
constructor(api: ApiClient)

Functions

Link copied to clipboard
suspend fun downloadRemoteImage(itemId: UUID, type: ImageType, imageUrl: String? = null): Response<Unit>

Downloads a remote image for an item.

Link copied to clipboard

Gets available remote image providers for an item.

Link copied to clipboard
suspend fun getRemoteImages(itemId: UUID, type: ImageType? = null, startIndex: Int? = null, limit: Int? = null, providerName: String? = null, includeAllLanguages: Boolean? = false): Response<RemoteImageResult>

Gets available remote images for an item.