kustomer-client
    Preparing search index...

    Interface KustomerClientConfig

    interface KustomerClientConfig {
        auth: string;
        fetch?: (request: Request) => Promise<Response>;
        subdomain?: string;
    }

    Hierarchy

    • Pick<Config, "fetch">
      • KustomerClientConfig
    Index

    Properties

    auth: string

    Kustomer API key.

    fetch?: (request: Request) => Promise<Response>

    Fetch API implementation. You can use this option to provide a custom fetch instance.

    globalThis.fetch
    
    subdomain?: string

    Possible values are:

    'api' points to https://api.kustomerapp.com/v1