A minimal Node.js base class for building REST API clients quickly. Version 0.4.1 requires Node >= 0.6.0. It provides a simple foundation with no built-in HTTP client, leaving the developer to implement request logic. Unmaintained since 2012, it lacks modern features like promises, ESM, and TypeScript support. Not recommended for new projects; alternatives like axios, got, or node-fetch are more robust.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Package uses CommonJS; no ESM exports.
Direct instantiation of the base class.
No promise support; uses error-first callbacks.
Creates a REST client and demonstrates GET and POST requests with callbacks.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.
No traffic data recorded yet.