@jellyfin/sdk
Preparing search index...
generated-client
TimeSyncApiFp
Function TimeSyncApiFp
TimeSyncApiFp
(
configuration
?:
Configuration
,
)
:
{
getUtcTime
(
options
?:
RawAxiosRequestConfig
,
)
:
Promise
<
(
axios
?:
AxiosInstance
,
basePath
?:
string
,
)
=>
AxiosPromise
<
UtcTimeResponse
>
,
>
;
}
TimeSyncApi - functional programming interface
Parameters
Optional
configuration
:
Configuration
Returns
{
getUtcTime
(
options
?:
RawAxiosRequestConfig
,
)
:
Promise
<
(
axios
?:
AxiosInstance
,
basePath
?:
string
,
)
=>
AxiosPromise
<
UtcTimeResponse
>
,
>
;
}
getUtcTime
:
function
getUtcTime
(
options
?:
RawAxiosRequestConfig
,
)
:
Promise
<
(
axios
?:
AxiosInstance
,
basePath
?:
string
,
)
=>
AxiosPromise
<
UtcTimeResponse
>
,
>
Parameters
Optional
options
:
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<
(
axios
?:
AxiosInstance
,
basePath
?:
string
,
)
=>
AxiosPromise
<
UtcTimeResponse
>
,
>
Throws
Export
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jellyfin/sdk
Loading...
TimeSyncApi - functional programming interface