A Node.js wrapper for the ZenHub API, version 0.2.0. It provides an easy-to-use interface for interacting with ZenHub's project management features, including boards, issues, epics, pipelines, estimates, and release reports. The package uses CommonJS and is intended for Node.js environments. It offers 18 methods covering the full ZenHub API, but lacks TypeScript definitions and has seen no recent updates (last release in 2018).
npm install zenhub-apiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates CommonJS import, instantiation with API key, and calling getBoard with repo_id.
Use require() or configure a bundler that can convert CommonJS.
Always refer to the official ZenHub API docs for parameter shapes (e.g., { repo_id: number }).Consider using a more up-to-date alternative or pinning node-fetch@2.
Use with JavaScript or create custom .d.ts file.
Check the number after the repository URL (e.g., GitHub API returns 'id' field).
Change to const ZenHub = require('zenhub-api');Use new ZenHub(apiKey) and ensure proper method calls.
Check internet connection and ensure you have access to ZenHub API.