Skip to content

ForgeContainerAdapter

Defined in: packages/core/src/adapters/ForgeContainerAdapter.ts:51

Adapter for Forge Container backends. Routes requests through the Forge egress proxy using forge-proxy-authorization headers.

new ForgeContainerAdapter(options): ForgeContainerAdapter

Defined in: packages/core/src/adapters/ForgeContainerAdapter.ts:60

Create a new ForgeContainerAdapter.

ForgeContainerAdapterOptions

Configuration including product, proxy URL, and installation ID

ForgeContainerAdapter

readonly product: "jira" | "confluence"

Defined in: packages/core/src/adapters/ForgeContainerAdapter.ts:52

The Atlassian product this adapter is configured to make requests to

ForgeAdapter.product

fetch(options): Promise<Response>

Defined in: packages/core/src/adapters/ForgeContainerAdapter.ts:70

Execute a request through the Forge egress proxy. Injects the appropriate forge-proxy-authorization header based on the auth context.

ForgeRequestOptions

Promise<Response>

ForgeAdapter.fetch