@ibm-aspera/http-gateway-sdk-js
v7.7.3
Published
The javascript SDK for connecting web applications to the IBM Aspera HTTP gateway for transfers not using IBM Aspera Connect Client.
Downloads
157
Keywords
Readme
IBM Aspera HTTP Gateway JavaScript SDK
The javascript SDK for connecting web applications to the IBM Aspera HTTP gateway for transfers not using IBM Aspera Connect Client.
Getting started
Install the SDK via NPM
npm install --save @ibm-aspera/http-gateway-sdk-js
Import any functions you need to use. All functions reference their same use on the asperaHttpGateway on window.
import { } '@ibm-aspera/http-gateway-sdk-js';
Using the normal dist JS
The build also includes a js
directory that includes a normal dist of the SDK. This can be included in a simple script tag or copied onto a webserver as needed for hosting. However, when possible we recommend using the NPM import method.