Skip to content

lordjustine/nexmo-curl-code-snippets

 
 

Repository files navigation

Nexmo cURL Examples

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 Nexmo

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%