@kolla/js-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.1.88 • Public • Published

k-js-sdk

Check out our official docs.

Usage

npm install @kolla/react-sdk
import { kollaSDK } from '@kolla/js-sdk';

await kollaSDK.authenticate('your-token');
kollaSDK.openMarketplace();

Alternatively you can include at runtime w/ script type of module

<script type="module">
    import { kollaSDK } from "https://unpkg.com/@kolla/js-sdk@latest/index.js"
    await kollaSDK.authenticate('your-token');
    kollaSDK.openMarketplace();
</script>

notes:

  • include index.js in the path to prevent the browser defaulting to index.cjs
  • replace @latest with a version if you want to prevent automatically pulling latest changes*

Readme

Keywords

none

Package Sidebar

Install

npm i @kolla/js-sdk

Weekly Downloads

73

Version

0.1.88

License

none

Unpacked Size

459 kB

Total Files

8

Last publish

Collaborators

  • clintonb1111
  • jnewmano