UNPKG

@shi-corp/sdk-data-gateway

Version:

SDK client used to interface with the SHI Data Gateway service.

16 lines (15 loc) 593 B
import { ChannelRequestBuilderNavigationMetadata } from './channel/index.js'; export const DownloadRequestBuilderUriTemplate = "{+baseurl}/Api/Update/Shield/Download"; export const DownloadRequestBuilderNavigationMetadata = { channel: { navigationMetadata: ChannelRequestBuilderNavigationMetadata, }, }; export const DownloadRequestBuilderRequestsMetadata = { get: { uriTemplate: DownloadRequestBuilderUriTemplate, responseBodyContentType: "application/zip", adapterMethodName: "sendPrimitive", responseBodyFactory: "ArrayBuffer", }, };