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 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-voice-app-to-phone-flutter
Kotlin
API
nexmo.com
nexmo.com:application.v2
At a glance
Language Kotlin
Endpoints5
Base URLhttps://api.nexmo.com/v2/applications
✓ Official