TypeScript SDK

@pontx/wps-365

The operator-published SDK for WPS 365 enterprise collaboration open API covers every Endpoint in the current PontxSpec.

v0.1.0Node.js 18 / 20 / 22 CIESM + CommonJSTypeScript declarationsSDK Endpoint coverage 826/826

SDK quality gate

The source for v0.1.0 passed its complete unit suite and built-package E2E on Node.js 18 / 20 / 22.

SDK quality: UT 100%, E2E passed
Unit tests
6/6 · 100%
E2E
Passed
Tested commit
2539df3
Verified
2026-08-16

Install and call

The SDK is produced by Pontx and typechecked and built before publication.

Install SDK
pnpm add @pontx/wps-365
TypeScript usage
import { createWps365Client } from "@pontx/wps-365";

const client = createWps365Client({ auth: process.env.WPS365_APP_CLIENT_ID, secret: process.env.WPS365_APP_CLIENT_SECRET });
const calendars = await client.calendars.calendarList();

Command-line access

This npm package also publishes a dedicated CLI for the API. Use dry-run to inspect parameters, then supply your own provider credentials when required.

Dedicated API CLI
pnpm add --global @pontx/wps-365

pontx-wps-365 call calendars list-calendars --dry-run