Using react-native-twilio with twilio.com

Objective-C integration

Install
# See https://github.com/rogchap/react-native-twilio
Retrieve a paginated list of Sinks belonging to the account used to make the …
curl \
  -u "$API_USER:$API_PASS" \
  https://events.twilio.com/v1/Sinks
Retrieve a paginated list of all the available Event Types.
curl \
  -u "$API_USER:$API_PASS" \
  https://events.twilio.com/v1/Types
Fetch a specific Sink.
curl \
  -u "$API_USER:$API_PASS" \
  https://events.twilio.com/v1/Sinks/{Sid}
SDK on GitHub 📄 API Docs
SDK
react-native-twilio
Objective-C
API
twilio.com
twilio.com:twilio_events_v1
At a glance
Language Objective-C
Endpoints22
Base URLhttps://events.twilio.com