RemoteImageApi

Constructors

Link copied to clipboard
constructor(api: ApiClient)

Functions

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

Downloads a remote image for an item.

Link copied to clipboard
suspend fun getRemoteImageProviders(itemId: ERROR CLASS: Symbol not found for UUID): Response<List<ERROR CLASS: Symbol not found for ImageProviderInfo>>

Gets available remote image providers for an item.

Link copied to clipboard
suspend fun getRemoteImages(request: ERROR CLASS: Symbol not found for GetRemoteImagesRequest): Response<ERROR CLASS: Symbol not found for RemoteImageResult>
suspend fun getRemoteImages(itemId: ERROR CLASS: Symbol not found for UUID, type: ERROR CLASS: Symbol not found for ImageType?? = null, startIndex: Int? = null, limit: Int? = null, providerName: String? = null, includeAllLanguages: Boolean? = false): Response<ERROR CLASS: Symbol not found for RemoteImageResult>

Gets available remote images for an item.