Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Options for making an API Call

    interface APIOptions {
        args?: { [key: string]: string };
        body?: JSONSerializable;
        maxRetries?: number;
        queryParams?: { [paramName: string]: undefined | string };
    }
    Index

    Properties

    args?: { [key: string]: string }

    Arguments to replace in the URL (e.g. /:blockhash)

    Body to pass for a POST or PUT request

    maxRetries?: number

    Maximum number of retries to attempt

    queryParams?: { [paramName: string]: undefined | string }

    Query parameters to append to the URL