// RemoteApiRequest is the configuration object for performApiRequest(). // It has a protected constructor — create instances via the static create() method. // // Properties: // body: string — request body content // endpoint: string — the API endpoint path // parameters: any — key-value parameters for the request // specId: string — identifier for the registered Snap service spec // // Static method: // RemoteApiRequest.create(): RemoteApiRequest
Configuration for request through "LensStudio:RemoteServiceModule".performApiRequest
Example