@jellyfin/sdk
Preparing search index...
generated-client
PackageApiAxiosParamCreator
Function PackageApiAxiosParamCreator
PackageApiAxiosParamCreator
(
configuration
?:
Configuration
,
)
:
{
cancelPackageInstallation
:
(
packageId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getPackageInfo
:
(
name
:
string
,
assemblyGuid
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getPackages
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
getRepositories
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
installPackage
:
(
name
:
string
,
assemblyGuid
?:
string
,
version
?:
string
,
repositoryUrl
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
setRepositories
:
(
repositoryInfo
:
RepositoryInfo
[]
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
PackageApi - axios parameter creator
Parameters
Optional
configuration
:
Configuration
Returns
{
cancelPackageInstallation
:
(
packageId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getPackageInfo
:
(
name
:
string
,
assemblyGuid
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getPackages
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
getRepositories
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
installPackage
:
(
name
:
string
,
assemblyGuid
?:
string
,
version
?:
string
,
repositoryUrl
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
setRepositories
:
(
repositoryInfo
:
RepositoryInfo
[]
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
cancelPackageInstallation
:
(
packageId
:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getPackageInfo
:
(
name
:
string
,
assemblyGuid
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
getPackages
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getRepositories
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
installPackage
:
(
name
:
string
,
assemblyGuid
?:
string
,
version
?:
string
,
repositoryUrl
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
setRepositories
:
(
repositoryInfo
:
RepositoryInfo
[]
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
Export
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jellyfin/sdk
Loading...
PackageApi - axios parameter creator