Node.js SDK
Node.js/TypeScript SDK for API integration
Overview
Node.js/TypeScript SDK for HousingVista.
NPM Packages
| Environment | Package Name | Visibility |
|---|---|---|
| Alpha | @burdenoff/alpha-housingvista-sdk or @burdenoff/alpha-housingvista-sdk-node | Private |
| Stable | @burdenoff/housingvista-sdk or @burdenoff/housingvista-sdk-node | Public |
Installation
Public (Stable)
npm install @burdenoff/housingvista-sdk
Private (Alpha)
npm login
npm install @burdenoff/alpha-housingvista-sdk
Repository
- GitHub: housingvista-sdk-node
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.