Skip to main content

Node.js SDK

Node.js/TypeScript SDK for API integration

Overview

Node.js/TypeScript SDK for HousingVista.

NPM Packages

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

Installation

Public (Stable)

npm install @burdenoff/housingvista-sdk

Private (Alpha)

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

Repository

Usage

import { HousingVistaClient } from '@burdenoff/housingvista-sdk';

const client = new HousingVistaClient({
apiKey: process.env.HOUSINGVISTA_API_KEY
});

Features

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

See the NPM Package Management guide for more details.