Using react-native-twilio with twilio.com

Objective-C integration

Install
# See https://github.com/rogchap/react-native-twilio
Retrieve a list of Contents belonging to the account used to make the request
curl \
  -u "$API_USER:$API_PASS" \
  https://content.twilio.com/v1/Content
Fetch a Content resource by its unique Content Sid
curl \
  -u "$API_USER:$API_PASS" \
  https://content.twilio.com/v1/Content/{Sid}
Retrieve a list of Legacy Contents belonging to the account used to make the …
curl \
  -u "$API_USER:$API_PASS" \
  https://content.twilio.com/v1/LegacyContent
SDK on GitHub 📄 API Docs
SDK
react-native-twilio
Objective-C
API
twilio.com
twilio.com:twilio_content_v1
At a glance
Language Objective-C
Endpoints6
Base URLhttps://content.twilio.com