Using client-sdk-tutorials with nexmo.com

Objective-C integration

✓ Official SDK
Install
# See https://github.com/nexmo-community/client-sdk-tutorials
Retrieve all Applications
curl \
  https://api.nexmo.com/v1/applications/
Retrieve Application
curl \
  https://api.nexmo.com/v1/applications/{app_id}
SDK on GitHub 📄 API Docs
SDK
client-sdk-tutorials
Objective-C
API
nexmo.com
nexmo.com:application
At a glance
Language Objective-C
Endpoints5
Base URLhttps://api.nexmo.com/v1/applications
✓ Official