Function SearchApiAxiosParamCreator
SearchApiAxiosParamCreator( configuration?: Configuration,): { getSearchHints: ( searchTerm: string, startIndex?: number, limit?: number, userId?: string, includeItemTypes?: BaseItemKind[], excludeItemTypes?: BaseItemKind[], mediaTypes?: MediaType[], parentId?: string, isMovie?: boolean, isSeries?: boolean, isNews?: boolean, isKids?: boolean, isSports?: boolean, includePeople?: boolean, includeMedia?: boolean, includeGenres?: boolean, includeStudios?: boolean, includeArtists?: boolean, options?: RawAxiosRequestConfig, ) => Promise<RequestArgs>;} Returns {
getSearchHints: (
searchTerm: string,
startIndex?: number,
limit?: number,
userId?: string,
includeItemTypes?: BaseItemKind[],
excludeItemTypes?: BaseItemKind[],
mediaTypes?: MediaType[],
parentId?: string,
isMovie?: boolean,
isSeries?: boolean,
isNews?: boolean,
isKids?: boolean,
isSports?: boolean,
includePeople?: boolean,
includeMedia?: boolean,
includeGenres?: boolean,
includeStudios?: boolean,
includeArtists?: boolean,
options?: RawAxiosRequestConfig,
) => Promise<RequestArgs>;
}
getSearchHints: (
searchTerm: string,
startIndex?: number,
limit?: number,
userId?: string,
includeItemTypes?: BaseItemKind[],
excludeItemTypes?: BaseItemKind[],
mediaTypes?: MediaType[],
parentId?: string,
isMovie?: boolean,
isSeries?: boolean,
isNews?: boolean,
isKids?: boolean,
isSports?: boolean,
includePeople?: boolean,
includeMedia?: boolean,
includeGenres?: boolean,
includeStudios?: boolean,
includeArtists?: boolean,
options?: RawAxiosRequestConfig,
) => Promise<RequestArgs>
SearchApi - axios parameter creator