UNPKG

sipgateio

Version:

The official Node.js library for sipgate.io

12 lines 400 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createDevicesModule = void 0; const createDevicesModule = (client) => ({ getDevices: (webuserId) => { return client .get(`${webuserId}/devices`) .then((response) => response.items); }, }); exports.createDevicesModule = createDevicesModule; //# sourceMappingURL=devices.js.map