Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface Client

    interface Client {
        sendRequest<T>(
            requestConfig: RequestConfig,
            callback?: undefined,
        ): Promise<T>;
        sendRequest<T>(
            requestConfig: RequestConfig,
            callback?: Callback<T>,
        ): Promise<void>;
    }

    Implemented by

    Index

    Methods

    Methods