gabanz / vonage-curl-code-snippets

Curl examples for working with Vonage APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nexmo cURL Examples

Nexmo is now known as Vonage

This repository is a collection of things you can do with Nexmo's APIs, all shown with cURL.

Pre-requisites

You will need cURL installed.

You can either directly edit the config.sh file and add in your configuration values, or you can create a config.local.sh file, which will override the main config file.

If you don't already have a Nexmo account, you'll need one! You can find the API key and secret for your configuration settings on the Dashboard.

Run the code snippets

As each example requires the aforementioned config files, you must run them from the directory they reside in, for example:

cd messaging/sms/
./send-an-sms.sh

Get in touch

Questions and comments are welcome! You can create an issue on this repository. Patches are also very welcome, please go ahead and send us fixes or additional examples by opening a pull request :)

About

Curl examples for working with Vonage APIs

License:MIT License


Languages

Language:Shell 100.0%