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 legs
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.nexmo.com/v0.1/legs
List users
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.nexmo.com/v0.1/users
List conversations
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.nexmo.com/v0.1/conversations
SDK on GitHub 📄 API Docs
SDK
client-sdk-voice-app-to-phone-flutter
Kotlin
API
nexmo.com
nexmo.com:conversation
At a glance
Language Kotlin
Endpoints23
Base URLhttps://api.nexmo.com/v0.1
✓ Official