unithub
v1.0.0
Published
JavaScript SDK for the UnitHub property management API. Simplifies integration with UnitHub's AI-powered property management platform.
Maintainers
Readme
UnitHub SDK
JavaScript SDK for the UnitHub property management API.
Installation
npm install unithubUsage
const UnitHub = require('unithub');
const client = new UnitHub('your-api-key');
// List properties
const properties = await client.listProperties();
// Get a property
const property = await client.getProperty('property-id');
// List tenants
const tenants = await client.listTenants('property-id');License
MIT
