Using react-native-twilio with twilio.com

Objective-C integration

Install
# See https://github.com/rogchap/react-native-twilio
Retrieve a list of all End User for an account.
curl \
  -u "$API_USER:$API_PASS" \
  https://trusthub.twilio.com/v1/EndUsers
Retrieve a list of all Policys.
curl \
  -u "$API_USER:$API_PASS" \
  https://trusthub.twilio.com/v1/Policies
Retrieve a list of all End-User Types.
curl \
  -u "$API_USER:$API_PASS" \
  https://trusthub.twilio.com/v1/EndUserTypes
SDK on GitHub 📄 API Docs
SDK
react-native-twilio
Objective-C
API
twilio.com
twilio.com:twilio_trusthub_v1
At a glance
Language Objective-C
Endpoints48
Base URLhttps://trusthub.twilio.com