interface ProtofaceAPIOptions {
    apiKey?: null | string;
    apiUrl?: null | string;
    connOptions?: APIConnectOptions;
}

Properties

apiKey?: null | string

Protoface API key. Falls back to the PROTOFACE_API_KEY env var.

apiUrl?: null | string

Override the Protoface API base URL.

connOptions?: APIConnectOptions

API retry/timeout options.