@jellyfin/sdk
Preparing search index...
generated-client
SearchApiAxiosParamCreator
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
>
;
}
SearchApi - axios parameter creator
Parameters
Optional
configuration
:
Configuration
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
>
Throws
Export
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jellyfin/sdk
Loading...
SearchApi - axios parameter creator