@ibm-aspera/sdk
v0.7.1
Published
This JavaScript SDK allows web applications to integrate with Aspera transfer clients to perform high-speed Aspera file transfers.
Keywords
Readme
IBM Aspera JavaScript SDK
This JavaScript SDK allows web applications to integrate with Aspera transfer clients to perform high-speed Aspera file transfers.
Supported transfer clients:
- IBM Aspera for desktop
- IBM Aspera HTTP Gateway
- IBM Aspera Connect
Example code is available on GitHub Pages with TypeDoc documentation here.
Installation
Install via npm:
$ npm install --save @ibm-aspera/sdkTo include this SDK via script tag directly in your web application's HTML, refer to third-party CDNs such as jsDelivr:
<script src="https://cdn.jsdelivr.net/npm/@ibm-aspera/[email protected]/dist/js/aspera-sdk.js"></script>Usage
The full API of this SDK can be found here with many code examples.
Along with the examples, you can find an example test application here.
Migration from Connect SDK
Refer to MIGRATION for recommended changes when migrating your web application from the Connect SDK (@ibm-aspera/connect-sdk-js).
