@jellyfin/sdk
Preparing search index...
generated-client
RemoteImageApiAxiosParamCreator
Function RemoteImageApiAxiosParamCreator
RemoteImageApiAxiosParamCreator
(
configuration
?:
Configuration
,
)
:
{
downloadRemoteImage
:
(
itemId
:
string
,
type
:
ImageType
,
imageUrl
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getRemoteImageProviders
:
(
itemId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getRemoteImages
:
(
itemId
:
string
,
type
?:
ImageType
,
startIndex
?:
number
,
limit
?:
number
,
providerName
?:
string
,
includeAllLanguages
?:
boolean
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
RemoteImageApi - axios parameter creator
Parameters
Optional
configuration
:
Configuration
Returns
{
downloadRemoteImage
:
(
itemId
:
string
,
type
:
ImageType
,
imageUrl
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getRemoteImageProviders
:
(
itemId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getRemoteImages
:
(
itemId
:
string
,
type
?:
ImageType
,
startIndex
?:
number
,
limit
?:
number
,
providerName
?:
string
,
includeAllLanguages
?:
boolean
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
downloadRemoteImage
:
(
itemId
:
string
,
type
:
ImageType
,
imageUrl
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
getRemoteImageProviders
:
(
itemId
:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getRemoteImages
:
(
itemId
:
string
,
type
?:
ImageType
,
startIndex
?:
number
,
limit
?:
number
,
providerName
?:
string
,
includeAllLanguages
?:
boolean
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
Export
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jellyfin/sdk
Loading...
RemoteImageApi - axios parameter creator