@jellyfin/sdk
Preparing search index...
generated-client
DevicesApiAxiosParamCreator
Function DevicesApiAxiosParamCreator
DevicesApiAxiosParamCreator
(
configuration
?:
Configuration
,
)
:
{
deleteDevice
:
(
id
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getDeviceInfo
:
(
id
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getDeviceOptions
:
(
id
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getDevices
:
(
userId
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
updateDeviceOptions
:
(
id
:
string
,
deviceOptionsDto
:
DeviceOptionsDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
DevicesApi - axios parameter creator
Parameters
Optional
configuration
:
Configuration
Returns
{
deleteDevice
:
(
id
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getDeviceInfo
:
(
id
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getDeviceOptions
:
(
id
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getDevices
:
(
userId
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
updateDeviceOptions
:
(
id
:
string
,
deviceOptionsDto
:
DeviceOptionsDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
deleteDevice
:
(
id
:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getDeviceInfo
:
(
id
:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getDeviceOptions
:
(
id
:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getDevices
:
(
userId
?:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
updateDeviceOptions
:
(
id
:
string
,
deviceOptionsDto
:
DeviceOptionsDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
Export
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jellyfin/sdk
Loading...
DevicesApi - axios parameter creator