UNPKG

@vonage/applications

Version:
33 lines 1.42 kB
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); /** * A library to allow management of your Vonage Applications. * * @remarks * A Vonage API application contains the security and configuration information * you need to connect to Vonage endpoints and use the Vonage APIs. Each Vonage * application created can support multiple capabilities - for example you can * create an Application that supports using the Voice, Messages and RTC APIs. * * @link https://developer.vonage.com/en/application/overview * * @packageDocumentation */ __exportStar(require("./types"), exports); __exportStar(require("./enums"), exports); __exportStar(require("./applications"), exports); //# sourceMappingURL=index.js.map