Preparing search index...
The search index is not available
@jellyfin/sdk
@jellyfin/sdk
generated-client
TimeSyncApi
Class TimeSyncApi
TimeSyncApi - object-oriented interface
Export
TimeSyncApi
Hierarchy
BaseAPI
TimeSyncApi
Index
Constructors
constructor
Properties
axios
base
Path
configuration
Methods
get
Utc
Time
Constructors
constructor
new
TimeSyncApi
(
configuration
?:
Configuration
,
basePath
?:
string
,
axios
?:
AxiosInstance
,
)
:
TimeSyncApi
Parameters
Optional
configuration
:
Configuration
basePath
:
string
= BASE_PATH
axios
:
AxiosInstance
= globalAxios
Returns
TimeSyncApi
Properties
Protected
axios
axios
:
AxiosInstance
= globalAxios
Protected
base
Path
basePath
:
string
= BASE_PATH
Protected
configuration
configuration
:
undefined
|
Configuration
Methods
get
Utc
Time
getUtcTime
(
options
?:
RawAxiosRequestConfig
,
)
:
Promise
<
AxiosResponse
<
UtcTimeResponse
>
>
Parameters
Optional
options
:
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<
AxiosResponse
<
UtcTimeResponse
>
>
Throws
Memberof
TimeSyncApi
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
axios
base
Path
configuration
Methods
get
Utc
Time
@jellyfin/sdk
Loading...
TimeSyncApi - object-oriented interface
Export
TimeSyncApi