Using react-native-twilio with twilio.com

Objective-C integration

Install
# See https://github.com/rogchap/react-native-twilio
curl \
  -u "$API_USER:$API_PASS" \
  https://bulkexports.twilio.com/v1/Exports/Jobs/{JobSid}
Fetch a specific Export.
curl \
  -u "$API_USER:$API_PASS" \
  https://bulkexports.twilio.com/v1/Exports/{ResourceType}
Retrieve a list of all Days for a resource.
curl \
  -u "$API_USER:$API_PASS" \
  https://bulkexports.twilio.com/v1/Exports/{ResourceType}/Days
SDK on GitHub 📄 API Docs
SDK
react-native-twilio
Objective-C
API
twilio.com
twilio.com:twilio_bulkexports_v1
At a glance
Language Objective-C
Endpoints9
Base URLhttps://bulkexports.twilio.com