@mywebapi.com/sdk - v0.1.0
    Preparing search index...

    Interface CPluginWebApiClientOptions

    interface CPluginWebApiClientOptions {
        clientId: string;
        clientSecret: string;
        fetch?: typeof fetch;
        retry?: Partial<RetryPolicy>;
        scopes?: readonly string[];
    }
    Index

    Properties

    clientId: string
    clientSecret: string
    fetch?: typeof fetch

    Inject a custom fetch implementation (testing / Bun / Node polyfill).

    retry?: Partial<RetryPolicy>

    Override individual retry-policy fields.

    scopes?: readonly string[]