@jellyfin/sdk
Preparing search index...
generated-client
EnvironmentApiAxiosParamCreator
Function EnvironmentApiAxiosParamCreator
EnvironmentApiAxiosParamCreator
(
configuration
?:
Configuration
,
)
:
{
getDefaultDirectoryBrowser
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getDirectoryContents
:
(
path
:
string
,
includeFiles
?:
boolean
,
includeDirectories
?:
boolean
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getDrives
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
getNetworkShares
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
getParentPath
:
(
path
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
validatePath
:
(
validatePathDto
:
ValidatePathDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
EnvironmentApi - axios parameter creator
Parameters
Optional
configuration
:
Configuration
Returns
{
getDefaultDirectoryBrowser
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getDirectoryContents
:
(
path
:
string
,
includeFiles
?:
boolean
,
includeDirectories
?:
boolean
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getDrives
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
getNetworkShares
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
getParentPath
:
(
path
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
validatePath
:
(
validatePathDto
:
ValidatePathDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
getDefaultDirectoryBrowser
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getDirectoryContents
:
(
path
:
string
,
includeFiles
?:
boolean
,
includeDirectories
?:
boolean
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
getDrives
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getNetworkShares
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Deprecated
Throws
getParentPath
:
(
path
:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
validatePath
:
(
validatePathDto
:
ValidatePathDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
Export
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jellyfin/sdk
Loading...
EnvironmentApi - axios parameter creator