Using react-native-twilio with twilio.com

Objective-C integration

Install
# See https://github.com/rogchap/react-native-twilio
Retrieve a list of all faxes.
curl \
  -u "$API_USER:$API_PASS" \
  https://fax.twilio.com/v1/Faxes
Fetch a specific fax.
curl \
  -u "$API_USER:$API_PASS" \
  https://fax.twilio.com/v1/Faxes/{Sid}
Retrieve a list of all fax media instances for the specified fax.
curl \
  -u "$API_USER:$API_PASS" \
  https://fax.twilio.com/v1/Faxes/{FaxSid}/Media
SDK on GitHub 📄 API Docs
SDK
react-native-twilio
Objective-C
API
twilio.com
twilio.com:twilio_fax_v1
At a glance
Language Objective-C
Endpoints6
Base URLhttps://fax.twilio.com