Documentation
Getting Started
Installation
To start, install the npm package @smokeballdev/smokeball-client-sdk to your app.
Usage
After installing the npm package, load the sdk using the below snippet.
A non-null sdk will indicate that interopability with Smokeball is possible and the sdk can now be be initialized with the following asynchronous call:
After initialization, the sdk context item will be set which can be accessed using the following call:
Other components of the api can now be utilized. Navigate through the documentation on the left hand-side for more detailed information.