SearchApi - axios parameter creator

  • Parameters

    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>