MELCloud & MELCloud Home API for Node.js - v48.2.0
GitHub
GitHub Packages
Preparing search index...
HttpClientConfig
Interface HttpClientConfig
Construction options for
HttpClient
.
interface
HttpClientConfig
{
baseURL
:
string
;
dispatcher
?:
object
;
headers
?:
Record
<
string
,
string
>
;
timeout
:
number
;
}
Index
Properties
base
URL
dispatcher?
headers?
timeout
Properties
Readonly
base
URL
baseURL
:
string
Optional
Readonly
dispatcher
dispatcher
?:
object
Optional
Readonly
headers
headers
?:
Record
<
string
,
string
>
Readonly
timeout
timeout
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
URL
dispatcher
headers
timeout
GitHub
GitHub Packages
MELCloud & MELCloud Home API for Node.js - v48.2.0
Loading...
Construction options for HttpClient.