Pennylane API Client
    Preparing search index...

    Interface PennylaneConfig

    Configuration options for the Pennylane API client.

    interface PennylaneConfig {
        apiKey: string;
        baseUrl?: string;
    }
    Index

    Properties

    Properties

    apiKey: string

    Your Pennylane API key (Bearer token).

    baseUrl?: string

    The base URL of the Pennylane API. Defaults to https://app.pennylane.com/api/external/v2