tap-sdk-js
    Preparing search index...

    Interface ZakoTapOptions

    Represents client options of ZakoTapClient.

    interface ZakoTapOptions {
        backoffBaseMs?: number;
        name: string;
        token: string;
        zakoEndpoint?: string;
    }
    Index

    Properties

    backoffBaseMs?: number

    Milliseconds of backoff retry. If the connection errored, the client retries after backoffBaseMs * 2^(Number of consecutive failures) milliseconds.

    name: string

    The name of the tap.

    token: string

    Assigned API key of the tap.

    zakoEndpoint?: string

    Zako TapHub API endpoint. (optional)