Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bizzabo-api

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bizzabo-api - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc