Using react-native-twilio with twilio.com

Objective-C integration

Install
# See https://github.com/rogchap/react-native-twilio
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
Objective-C
API
twilio.com
twilio.com:twilio_supersim_v1
At a glance
Language Objective-C
Endpoints31
Base URLhttps://supersim.twilio.com