Using client-sdk-tutorials with nexmo.com

Objective-C integration

✓ Official SDK
Install
# See https://github.com/nexmo-community/client-sdk-tutorials
Send a message to the given channel.
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/v1/messages/
SDK on GitHub 📄 API Docs
SDK
client-sdk-tutorials
Objective-C
API
nexmo.com
nexmo.com:messages-olympus
At a glance
Language Objective-C
Endpoints1
Base URLhttps://api.nexmo.com/v1/messages
✓ Official