TypeScript client library (v1.0.8) for Confluence Server/Data Center REST API. Provides typed methods for content, spaces, users, and administration endpoints. Node.js >=22 required. Key differentiator: full TypeScript support with auto-generated types from Confluence API specs, unlike generic HTTP clients. Minimal dependencies, actively maintained.
npm install confluence-data-center-clientNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a client, authenticates with basic auth, fetches a space by key.
Update Node.js to v22 or later.
Use import syntax or enable ESM in your project.
Ensure your auth object contains username/password fields.
Use import syntax: import { ConfluenceClient } from 'confluence-data-center-client'No dependency data recorded yet.