@isaac-platform/isaac-integration-sdk
Version:
A Typescript SDK for integrating with ISAAC
15 lines (12 loc) • 844 B
Markdown
The "SMI-ISAAC" SDK has been built in Typescript to facilitate the rapid development of ISAAC integrations.
This project is currently in an alpha state. As a result this codebase will suffer from frequent structural revisions, and new features will be robust. The next few months will prioritize core functionality and structure over adding utility features.
Documentation for this SDK is on-the-way and will be versioned with the SDK as appropriate. For the moment, please contact the ISAAC team via our website.
[](https://www.isaacplatform.com)
This SDK is designed to be easy. The following Javascript snippet should be all you need to get started.
```javascript
import ISAAC from "isaac-integration-sdk";
let myISAAC = new ISAAC.connection(`HOSTNAME`, `MODULE ID`, `TOKEN`)
```