Using react-native-twilio with twilio.com

Objective-C integration

Install
# See https://github.com/rogchap/react-native-twilio
Retrieve a list of Sim resources on your Account.
curl \
  -u "$API_USER:$API_PASS" \
  https://wireless.twilio.com/v1/Sims
Retrieve a list of Commands from your account.
curl \
  -u "$API_USER:$API_PASS" \
  https://wireless.twilio.com/v1/Commands
curl \
  -u "$API_USER:$API_PASS" \
  https://wireless.twilio.com/v1/RatePlans
SDK on GitHub 📄 API Docs
SDK
react-native-twilio
Objective-C
API
twilio.com
twilio.com:twilio_wireless_v1
At a glance
Language Objective-C
Endpoints16
Base URLhttps://wireless.twilio.com