Skip to main content

Node.js SDK

Node.js/TypeScript SDK for API integration

Overview

Node.js/TypeScript SDK for HealthyBowl.

NPM Packages

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

Installation

Public (Stable)

npm install @burdenoff/healthybowl-sdk

Private (Alpha)

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

Repository

Usage

import { HealthyBowlClient } from '@burdenoff/healthybowl-sdk';

const client = new HealthyBowlClient({
apiKey: process.env.HEALTHYBOWL_API_KEY
});

Features

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

See the NPM Package Management guide for more details.