Using react-native-twilio-programmable-voice with twilio.com

Java integration

Install
# Maven: see https://github.com/hoxfon/react-native-twilio-programmable-voice
Retrieve a list of Super SIMs from your account.
curl \
  -u "$API_USER:$API_PASS" \
  https://supersim.twilio.com/v1/Sims
Retrieve a list of Fleets from your account.
curl \
  -u "$API_USER:$API_PASS" \
  https://supersim.twilio.com/v1/Fleets
Retrieve a list of Network resources.
curl \
  -u "$API_USER:$API_PASS" \
  https://supersim.twilio.com/v1/Networks
SDK on GitHub 📄 API Docs
SDK
react-native-twilio-programmable-voice
Java
API
twilio.com
twilio.com:twilio_supersim_v1
At a glance
Language Java
Endpoints31
Base URLhttps://supersim.twilio.com