@jellyfin/sdk
Preparing search index...
generated-client
SuggestionsApiAxiosParamCreator
Function SuggestionsApiAxiosParamCreator
SuggestionsApiAxiosParamCreator
(
configuration
?:
Configuration
,
)
:
{
getSuggestions
:
(
userId
?:
string
,
mediaType
?:
MediaType
[]
,
type
?:
BaseItemKind
[]
,
startIndex
?:
number
,
limit
?:
number
,
enableTotalRecordCount
?:
boolean
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
SuggestionsApi - axios parameter creator
Parameters
Optional
configuration
:
Configuration
Returns
{
getSuggestions
:
(
userId
?:
string
,
mediaType
?:
MediaType
[]
,
type
?:
BaseItemKind
[]
,
startIndex
?:
number
,
limit
?:
number
,
enableTotalRecordCount
?:
boolean
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
getSuggestions
:
(
userId
?:
string
,
mediaType
?:
MediaType
[]
,
type
?:
BaseItemKind
[]
,
startIndex
?:
number
,
limit
?:
number
,
enableTotalRecordCount
?:
boolean
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
Export
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jellyfin/sdk
Loading...
SuggestionsApi - axios parameter creator