Using client-sdk-tutorials with nexmo.com

Objective-C integration

✓ Official SDK
Install
# See https://github.com/nexmo-community/client-sdk-tutorials
List and search media items
curl \
  https://api.nexmo.com/v3/media/
Retrieve a media item
curl \
  https://api.nexmo.com/v3/media/:id/info
SDK on GitHub 📄 API Docs
SDK
client-sdk-tutorials
Objective-C
API
nexmo.com
nexmo.com:media
At a glance
Language Objective-C
Endpoints4
Base URLhttps://api.nexmo.com/v3/media
✓ Official