Using react-native-twilio with twilio.com

Objective-C integration

Install
# See https://github.com/rogchap/react-native-twilio
Retrieve a list of all Apps for an Account.
curl \
  -u "$API_USER:$API_PASS" \
  https://microvisor.twilio.com/v1/Apps
Retrieve a list of all Configs for an Account.
curl \
  -u "$API_USER:$API_PASS" \
  https://microvisor.twilio.com/v1/Configs
Retrieve a list of all Devices registered with the Account.
curl \
  -u "$API_USER:$API_PASS" \
  https://microvisor.twilio.com/v1/Devices
SDK on GitHub 📄 API Docs
SDK
react-native-twilio
Objective-C
API
twilio.com
twilio.com:twilio_microvisor_v1
At a glance
Language Objective-C
Endpoints27
Base URLhttps://microvisor.twilio.com