Optional
Readonly
endpointOptional
Readonly
impersonationImpersonation information (only available to administrators).
Optional
Readonly
maxMaximum number of milliseconds to wait for when retrying rate-limited requests. Defaults to 2_500.
Optional
Readonly
telemetryTelemetry instance used for logging, etc.
Optional
Readonly
tokenAPI authorization header or access token, defaulting to
process.env.OPVIOUS_TOKEN
.
Base API endpoint URL. If
undefined
, usesprocess.env.OPVIOUS_ENDPOINT
if set, and falls back to the default endpoint otherwise. Setting this tofalse
will always use the default endpoint.