A Node.js module for interacting with ConnectWise's REST API. Current stable version is 1.2.1, with active development. Provides a simple, Promise-based interface for authenticating and making requests to ConnectWise Manage (formerly LabTech). Supports TypeScript with included type definitions. Key differentiators: lightweight, minimal dependencies (only cross-fetch) and handles authentication automatically.
npm install connectwise-rest-apiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create a client and make a GET request to the companies endpoint.
No known issues recorded.
Ensure your Node.js version is 14+, or check that cross-fetch is correctly installed.