Skip to main content

Node.js SDK

Node.js/TypeScript SDK for API integration

Overview

Node.js/TypeScript SDK for EventfullyManaged.

NPM Packages

EnvironmentPackage NameVisibility
Alpha@burdenoff/alpha-eventfullymanaged-sdk or @burdenoff/alpha-eventfullymanaged-sdk-nodePrivate
Stable@burdenoff/eventfullymanaged-sdk or @burdenoff/eventfullymanaged-sdk-nodePublic

Installation

Public (Stable)

npm install @burdenoff/eventfullymanaged-sdk

Private (Alpha)

npm login
npm install @burdenoff/alpha-eventfullymanaged-sdk

Repository

Usage

import { EventfullyManagedClient } from '@burdenoff/eventfullymanaged-sdk';

const client = new EventfullyManagedClient({
apiKey: process.env.EVENTFULLYMANAGED_API_KEY
});

Features

  • Fully typed TypeScript API
  • GraphQL client
  • Authentication helpers
  • Error handling

See the NPM Package Management guide for more details.