0.0.7 • Published 10 months ago

@invopop/console-ui-sdk v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Invopop Console Applications SDK

Toolkit for web apps to be able to communicate with the Invopop Console UI.

Usage

Define the SDK URL in your HTML code with a constant as follows, adjusting the version of the SDK as needed:

<script>
  const CONSOLE_SDK_URL =
    "https://cdn.jsdelivr.net/npm/@invopop/console-ui-sdk@0.0.4/index.js";
</script>

Then import in the JS code with the functions you'd like to use:

const { start, fetchEnrollment } = await import(CONSOLE_SDK_URL);
await start();

let enrollment = await fetchEnrollment();

// .... use data
0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

11 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

2 years ago