@jellyfin/sdk
Preparing search index...
generated-client
BackupApiAxiosParamCreator
Function BackupApiAxiosParamCreator
BackupApiAxiosParamCreator
(
configuration
?:
Configuration
,
)
:
{
createBackup
:
(
backupOptionsDto
?:
BackupOptionsDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getBackup
:
(
path
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
listBackups
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
startRestoreBackup
:
(
backupRestoreRequestDto
:
BackupRestoreRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
BackupApi - axios parameter creator
Parameters
Optional
configuration
:
Configuration
Returns
{
createBackup
:
(
backupOptionsDto
?:
BackupOptionsDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getBackup
:
(
path
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
listBackups
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
startRestoreBackup
:
(
backupRestoreRequestDto
:
BackupRestoreRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
createBackup
:
(
backupOptionsDto
?:
BackupOptionsDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
getBackup
:
(
path
:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
listBackups
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
startRestoreBackup
:
(
backupRestoreRequestDto
:
BackupRestoreRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
Export
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jellyfin/sdk
Loading...
BackupApi - axios parameter creator