Using client-sdk-tutorials with nexmo.com

Objective-C integration

✓ Official SDK
Install
# See https://github.com/nexmo-community/client-sdk-tutorials
List available applications
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/v2/applications/
Get an application
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/v2/applications/{id}
SDK on GitHub 📄 API Docs
SDK
client-sdk-tutorials
Objective-C
API
nexmo.com
nexmo.com:application.v2
At a glance
Language Objective-C
Endpoints5
Base URLhttps://api.nexmo.com/v2/applications
✓ Official