Configuration for request through "LensStudio:RemoteServiceModule".performApiRequest

interface RemoteApiRequest {
    body: string | Uint8Array;
    endpoint: string;
    specId: string;
}

Properties

Properties

body: string | Uint8Array

The body of the request.

endpoint: string

The endpoint of the request (e.g. API path).

specId: string

The spec id of the RemoteServiceModule.