Interface RemoteApiRequest

Remote API request sent by a lens.

Hierarchy

  • RemoteApiRequest

Properties

apiSpecId: string

Unique id of the remote API service specification.

endpointId: string

Unique id of the remote API service endpoint requested by this request.

parameters: Record<string, string>

A map of named parameters associated with the request.

body: ArrayBuffer

Additional binary request payload.

Generated using TypeDoc