UNPKG

@snap/camera-kit

Version:
47 lines (25 loc) 814 B
[CameraKit Web SDK - v0.22.0](../README.md) / [Exports](../modules.md) / RemoteApiRequest # Interface: RemoteApiRequest Remote API request sent by a lens. ## Table of contents ### Properties - [apiSpecId](RemoteApiRequest.md#apispecid) - [endpointId](RemoteApiRequest.md#endpointid) - [parameters](RemoteApiRequest.md#parameters) - [body](RemoteApiRequest.md#body) ## Properties ### apiSpecId • **apiSpecId**: `string` Unique id of the remote API service specification. ___ ### endpointId • **endpointId**: `string` Unique id of the remote API service endpoint requested by this request. ___ ### parameters • **parameters**: `Record`\<`string`, `string`\> A map of named parameters associated with the request. ___ ### body • **body**: `ArrayBuffer` Additional binary request payload.