Unofficial or official Node.js client for the sipgate REST API v1. Version 2.4.1 is the latest stable release. It supports phone call management, SMS, fax, and contacts operations. Differentiates by providing a typed, promise-based interface for sipgate API services, handling authentication and pagination internally. Suitable for both browser (with bundler) and Node.js environments.
npm install sipgate-rest-api-clientNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to initialize the client with API credentials and make a phone call.
Implement exponential backoff or use a queuing mechanism.
Use environment variables or a secure secret store.
Use client.sms.send() instead of client.sendSms().
Use a bundler setting for browser, or use the browser build if available.
Use import or convert project to ESM (type: 'module').
Set process.env.SIPGATE_TOKEN_ID and SIPGATE_TOKEN in your environment.
Upgrade to version >=2.0 or use the appropriate method for your version.