getRemoteImages
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.
Parameters
itemId
Item Id.
type
The image type.
startIndex
Optional. The record index to start at. All items with a lower index will be dropped from the results.
limit
Optional. The maximum number of records to return.
providerName
Optional. The image provider to use.
includeAllLanguages
Optional. Include all languages.
suspend fun getRemoteImages(request: ERROR CLASS: Symbol not found for GetRemoteImagesRequest): Response<ERROR CLASS: Symbol not found for RemoteImageResult>
Gets available remote images for an item.
Parameters
request
The request parameters