PAPIConfig: {
    apiKey?: string;
    life?: number;
}

Configuration for the built caller

Type declaration

  • Optional apiKey?: string

    Optional API Key to pass in a standard Bearer <token> format for the Authorization header of all requests

  • Optional life?: number

    Optional TTL (in ms) for the API caller