Server SDK
In addition to being able to use Messages via the REST APIs, Vonage also provides Server SDK support. The Server SDK provides a straightforward way to build your Messages applications. You can call the Server SDK to carry out tasks such as sending messages from your application.
Installation
Vonage Server SDKs containing support for the Messages API, and are available for various languages/environments:
See the relevant README files for individual installation instructions.
Usage
If you decide to use the Server SDK you will need the following information:
| Key | Description |
|---|---|
VONAGE_API_KEY | The API key which you can obtain from your Vonage API Dashboard. |
VONAGE_API_SECRET | The API secret which you can obtain from your Vonage API Dashboard. |
VONAGE_APPLICATION_ID | The Application ID for your Vonage API Application which can be obtained from your Vonage API Dashboard. |
VONAGE_APPLICATION_PRIVATE_KEY | The path to (or contents of) the private.key file that was generated when you created your application. |
These variables can then be replaced with actual values in the Server SDK example code.
Examples
See the code snippets section for further examples on how to use the Server SDK.