Using client-sdk-voice-app-to-phone-flutter with nexmo.com

Kotlin integration

✓ Official SDK
Install
# Maven: see https://github.com/nexmo-community/client-sdk-voice-app-to-phone-flutter
List reports
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/v2/reports
Load records synchronously
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/v2/reports/records
Get report data
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/v3/media/{file_id}
SDK on GitHub 📄 API Docs
SDK
client-sdk-voice-app-to-phone-flutter
Kotlin
API
nexmo.com
nexmo.com:reports
At a glance
Language Kotlin
Endpoints6
Base URLhttps://api.nexmo.com
✓ Official