Using react-native-twilio with twilio.com

Objective-C integration

Install
# See https://github.com/rogchap/react-native-twilio
Retrieve a list of all Services for Twilio Proxy. A maximum of 100 records wi…
curl \
  -u "$API_USER:$API_PASS" \
  https://proxy.twilio.com/v1/Services
Fetch a specific Service.
curl \
  -u "$API_USER:$API_PASS" \
  https://proxy.twilio.com/v1/Services/{Sid}
Retrieve a list of all Sessions for the Service. A maximum of 100 records wil…
curl \
  -u "$API_USER:$API_PASS" \
  https://proxy.twilio.com/v1/Services/{ServiceSid}/Sessions
SDK on GitHub 📄 API Docs
SDK
react-native-twilio
Objective-C
API
twilio.com
twilio.com:twilio_proxy_v1
At a glance
Language Objective-C
Endpoints30
Base URLhttps://proxy.twilio.com