ItemLookupApi

class ItemLookupApi(api: ApiClient) : Api

Constructors

Link copied to clipboard
fun ItemLookupApi(api: ApiClient)

Functions

Link copied to clipboard
suspend fun applySearchCriteria(    itemId: <ERROR CLASS>,     replaceAllImages: Boolean? = true,     data: <ERROR CLASS>): Response<Unit>

Applies search criteria to an item and refreshes metadata.

Link copied to clipboard
suspend fun getBookRemoteSearchResults(data: <ERROR CLASS>): Response<List<<ERROR CLASS>>>

Get book remote search.

Link copied to clipboard
suspend fun getBoxSetRemoteSearchResults(data: <ERROR CLASS>): Response<List<<ERROR CLASS>>>

Get box set remote search.

Link copied to clipboard
suspend fun getExternalIdInfos(itemId: <ERROR CLASS>): Response<List<<ERROR CLASS>>>

Get the item's external id info.

Link copied to clipboard
suspend fun getMovieRemoteSearchResults(data: <ERROR CLASS>): Response<List<<ERROR CLASS>>>

Get movie remote search.

Link copied to clipboard
suspend fun getMusicAlbumRemoteSearchResults(data: <ERROR CLASS>): Response<List<<ERROR CLASS>>>

Get music album remote search.

Link copied to clipboard
suspend fun getMusicArtistRemoteSearchResults(data: <ERROR CLASS>): Response<List<<ERROR CLASS>>>

Get music artist remote search.

Link copied to clipboard
suspend fun getMusicVideoRemoteSearchResults(data: <ERROR CLASS>): Response<List<<ERROR CLASS>>>

Get music video remote search.

Link copied to clipboard
suspend fun getPersonRemoteSearchResults(data: <ERROR CLASS>): Response<List<<ERROR CLASS>>>

Get person remote search.

Link copied to clipboard
suspend fun getSeriesRemoteSearchResults(data: <ERROR CLASS>): Response<List<<ERROR CLASS>>>

Get series remote search.

Link copied to clipboard
suspend fun getTrailerRemoteSearchResults(data: <ERROR CLASS>): Response<List<<ERROR CLASS>>>

Get trailer remote search.