Constructs a new ClientConfig
instance.
The parameters for constructing a new ClientConfig
instance.
Optional
fileThe path to the file containing the client configuration.
JSON structure:
{ "timeout": "15000", "proxyServerConfig": { "host": "127.0.0.1", "port": "8080", "scheme": "https", "usernamePasswordCredentials": { "username": "username", "password": "password" } }, "region": "EU" }
Optional
proxyA ProxyServerConfig instance for providing proxy server configuration.
Optional
region?: RegionOptional
timeout?: numberThe timeout for the API request. Default value is 10000 milliseconds.
This documentation indicates that users can specify client configurations such as timeout, region, and proxy settings either directly as parameters or via a configuration file provided using the filePath property. If a configuration is specified in both ways, the settings from the file (specified by filePath) will take precedence.
Private
_pdfPrivate
Optional
_proxyPrivate
_timeoutStatic
Private
Readonly
PDF_Static
Private
Readonly
PDF_Static
Private
Readonly
PROXY_Static
Private
Readonly
PROXY_Static
Private
Readonly
PROXY_Static
Private
Readonly
PROXY_Static
Private
Readonly
PROXY_Static
Private
Readonly
PROXY_Static
Private
Readonly
PROXY_Static
Private
Readonly
REGIONStatic
Private
Readonly
TIMEOUT_Internal
Returns the PDF Services URI. Used internally by this SDK, not intended to be called by clients.
Returns the proxy server configuration.
Returns the timeout for the API request.
Private
createPrivate
fromGenerated using TypeDoc
Encapsulates the API request configurations.