-
Notifications
You must be signed in to change notification settings - Fork 182
Vonage Server SDK
Documentation / Vonage Server SDK
Defined in: vonage.ts:21
Represents the Vonage SDK for interacting with Vonage APIs.
new Vonage(credentials, options?): Vonage
Defined in: vonage.ts:112
The credentials used for authentication.
The authentication credentials.
Optional configuration parameters.
accounts: Accounts;
Defined in: vonage.ts:35
Provides access to the Accounts API.
applications: Applications;
Defined in: vonage.ts:40
Provides access to the Applications API.
conversations: Conversations;
Defined in: vonage.ts:105
Provides access to the Conversations API.
protected credentials: AuthInterface;
Defined in: vonage.ts:25
The credentials used for authentication.
messages: Messages;
Defined in: vonage.ts:45
Provides access to the Messages API.
numberInsights: NumberInsights;
Defined in: vonage.ts:50
Provides access to the Number Insights API.
numbers: Numbers;
Defined in: vonage.ts:55
Provides access to the Numbers API.
protected options: ConfigParams;
Defined in: vonage.ts:30
Optional configuration parameters.
pricing: Pricing;
Defined in: vonage.ts:60
Provides access to the Pricing API.
redact: Redact;
Defined in: vonage.ts:65
Provides access to the Redact API.
secrets: Secrets;
Defined in: vonage.ts:70
Provides access to the Secrets API.
sms: SMS;
Defined in: vonage.ts:75
Provides access to the SMS API.
users: Users;
Defined in: vonage.ts:80
Provides access to the Users API.
verify: Verify;
Defined in: vonage.ts:90
Provides access to the Verify API.
verify2: Verify2;
Defined in: vonage.ts:85
Provides access to the Verify V2 API.
video: Video;
Defined in: vonage.ts:100
Provides access to the Video API.
voice: Voice;
Defined in: vonage.ts:95
Provides access to the Voice API.