Constructs a new IpregistryConfig
instance.
The API key for authenticating requests.
Optional. The base URL of the Ipregistry API.
Optional. The timeout for API requests in milliseconds.
Readonly
apiThe API key used for authenticating requests to Ipregistry.
Readonly
baseThe base URL of the Ipregistry API. Defaults to 'https://api.ipregistry.co'.
Readonly
timeoutThe timeout (in milliseconds) for API requests. Defaults to 5000.
Represents the configuration for the Ipregistry API client. This class holds the API key, base URL, and timeout setting used for API requests.