interface EnokiClientConfig {
    apiKey: string;
    apiUrl?: string;
}

Hierarchy (view full)

Properties

Properties

apiKey: string

The API key for the Enoki app, available in the Enoki Portal.

apiUrl?: string

The API URL for Enoki. In most cases, this should not be set.