Forge-based frontend API client options for Confluence.

interface ApiClientForgeBridgeConfluenceOptions {
    requestConfluence: ((restPath: string, fetchOptions?: RequestInit) => Promise<Response>);
}

Properties

requestConfluence: ((restPath: string, fetchOptions?: RequestInit) => Promise<Response>)