Forge-based API client options.

interface ApiClientForgeApiOptions {
    asApp?: boolean;
    forgeApi: __module;
}

Properties

Properties

asApp?: boolean

Whether to make requests as an app. If not provided, the request will be made on behalf of the user.

forgeApi: __module

Forge API namespace. Can be imported using: import * as forgeApi from @forge/api;