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.
curl \
  -u "$API_USER:$API_PASS" \
  https://serverless.twilio.com/v1/Services
Retrieve a specific Service resource.
curl \
  -u "$API_USER:$API_PASS" \
  https://serverless.twilio.com/v1/Services/{Sid}
Retrieve a list of all Assets.
curl \
  -u "$API_USER:$API_PASS" \
  https://serverless.twilio.com/v1/Services/{ServiceSid}/Assets
SDK on GitHub 📄 API Docs
SDK
react-native-twilio
Objective-C
API
twilio.com
twilio.com:twilio_serverless_v1
At a glance
Language Objective-C
Endpoints39
Base URLhttps://serverless.twilio.com