0.1.10 • Published 1 year ago

@bizzabo/dev-platform-web-sdk v0.1.10

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
1 year ago

Bizzabo Web Dev Platform SDK

This SDK provides the ability to trigger certain types of actions within the Bizzabo UI for approved applications

Prerequisites

Installation

    npm install @bizzabo/dev-platform-web-sdk

Create Sandbox Credentials

Go to the APIs page in your Bizzabo account (https://accounts.bizzabo.com/{accountId}/api) and create a new set of API Credentials. Make sure you copy those to a secure place as you will not be able to retrieve the client secret at a later time.

Example Usage

import { BizzaboUiActions } from '@bizzabo/dev-platform-web-sdk';

const bizzaboWebSdk = new BizzaboUiActions('<your-client-id>');

bizzaboWebSdk.closeEditConfig();

Using this SDK

This SDK exports all the relevant typings, so you can use the built-in functions with confidence. Use a popular IDE such as VSCode or Webstorm to get the code hints from these typings