- ItemLookupApiFp(
configuration?: Configuration,
): {
applySearchCriteria(
itemId: string,
remoteSearchResult: RemoteSearchResult,
replaceAllImages?: boolean,
options?: RawAxiosRequestConfig,
): Promise<
(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>,
>;
getBookRemoteSearchResults(
bookInfoRemoteSearchQuery: BookInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>;
getBoxSetRemoteSearchResults(
boxSetInfoRemoteSearchQuery: BoxSetInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>;
getExternalIdInfos(
itemId: string,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<ExternalIdInfo[]>,
>;
getMovieRemoteSearchResults(
movieInfoRemoteSearchQuery: MovieInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>;
getMusicAlbumRemoteSearchResults(
albumInfoRemoteSearchQuery: AlbumInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>;
getMusicArtistRemoteSearchResults(
artistInfoRemoteSearchQuery: ArtistInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>;
getMusicVideoRemoteSearchResults(
musicVideoInfoRemoteSearchQuery: MusicVideoInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>;
getPersonRemoteSearchResults(
personLookupInfoRemoteSearchQuery: PersonLookupInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>;
getSeriesRemoteSearchResults(
seriesInfoRemoteSearchQuery: SeriesInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>;
getTrailerRemoteSearchResults(
trailerInfoRemoteSearchQuery: TrailerInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>;
} Returns {
applySearchCriteria(
itemId: string,
remoteSearchResult: RemoteSearchResult,
replaceAllImages?: boolean,
options?: RawAxiosRequestConfig,
): Promise<
(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>,
>;
getBookRemoteSearchResults(
bookInfoRemoteSearchQuery: BookInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>;
getBoxSetRemoteSearchResults(
boxSetInfoRemoteSearchQuery: BoxSetInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>;
getExternalIdInfos(
itemId: string,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<ExternalIdInfo[]>,
>;
getMovieRemoteSearchResults(
movieInfoRemoteSearchQuery: MovieInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>;
getMusicAlbumRemoteSearchResults(
albumInfoRemoteSearchQuery: AlbumInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>;
getMusicArtistRemoteSearchResults(
artistInfoRemoteSearchQuery: ArtistInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>;
getMusicVideoRemoteSearchResults(
musicVideoInfoRemoteSearchQuery: MusicVideoInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>;
getPersonRemoteSearchResults(
personLookupInfoRemoteSearchQuery: PersonLookupInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>;
getSeriesRemoteSearchResults(
seriesInfoRemoteSearchQuery: SeriesInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>;
getTrailerRemoteSearchResults(
trailerInfoRemoteSearchQuery: TrailerInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>;
}
applySearchCriteria:function
- applySearchCriteria(
itemId: string,
remoteSearchResult: RemoteSearchResult,
replaceAllImages?: boolean,
options?: RawAxiosRequestConfig,
): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> Parameters
- itemId: string
- remoteSearchResult: RemoteSearchResult
Optional
replaceAllImages: booleanOptional
options: RawAxiosRequestConfig
Returns Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>
getBookRemoteSearchResults:function
- getBookRemoteSearchResults(
bookInfoRemoteSearchQuery: BookInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
> Returns Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>
getBoxSetRemoteSearchResults:function
- getBoxSetRemoteSearchResults(
boxSetInfoRemoteSearchQuery: BoxSetInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
> Returns Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>
getExternalIdInfos:function
- getExternalIdInfos(
itemId: string,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<ExternalIdInfo[]>,
> Parameters
- itemId: string
Optional
options: RawAxiosRequestConfig
Returns Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<ExternalIdInfo[]>,
>
getMovieRemoteSearchResults:function
- getMovieRemoteSearchResults(
movieInfoRemoteSearchQuery: MovieInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
> Returns Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>
getMusicAlbumRemoteSearchResults:function
- getMusicAlbumRemoteSearchResults(
albumInfoRemoteSearchQuery: AlbumInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
> Returns Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>
getMusicArtistRemoteSearchResults:function
- getMusicArtistRemoteSearchResults(
artistInfoRemoteSearchQuery: ArtistInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
> Returns Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>
getMusicVideoRemoteSearchResults:function
getPersonRemoteSearchResults:function
getSeriesRemoteSearchResults:function
- getSeriesRemoteSearchResults(
seriesInfoRemoteSearchQuery: SeriesInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
> Returns Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>
getTrailerRemoteSearchResults:function
- getTrailerRemoteSearchResults(
trailerInfoRemoteSearchQuery: TrailerInfoRemoteSearchQuery,
options?: RawAxiosRequestConfig,
): Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
> Returns Promise<
(
axios?: AxiosInstance,
basePath?: string,
) => AxiosPromise<RemoteSearchResult[]>,
>
ItemLookupApi - functional programming interface
Export