bizzabo-api
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "bizzabo-api", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "The Bizzabo API is a Typescript client that allows calling Bizzabo public APIs", | ||
@@ -5,0 +5,0 @@ "author": "Bizzabo", |
@@ -43,3 +43,3 @@ # Bizzabo Node.js SDK | ||
``` JavaScript | ||
import { Authentication, ContactsApi } from 'bizzabo-api'; | ||
import { Authentication, Bizzabo } from 'bizzabo-api'; | ||
@@ -51,3 +51,4 @@ // Get auth token | ||
// Initialize the relevant clients; in this example, the Contacts client. | ||
const contactsApi = new ContactsApi(token); | ||
const bizzaboApi = new Bizzabo(token); | ||
const contactsApi = bizzaboApi.contactsApi; | ||
@@ -54,0 +55,0 @@ // Get a contact by their email |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42728
68