@isaac-platform/isaac-integration-sdk
v0.0.8
Published
A Typescript SDK for integrating with ISAAC
Downloads
4
Readme
About
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.
Getting Help
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. isaacplatform.com
Getting Started
This SDK is designed to be easy. The following Javascript snippet should be all you need to get started.
import ISAAC from "isaac-integration-sdk";
let myISAAC = new ISAAC.connection(`HOSTNAME`, `MODULE ID`, `TOKEN`)