Using twilio-webchat-react-app with twilio.com

TypeScript integration

✓ Official SDK
Install
npm install twilio-webchat-react-app
Quick start
import Twilio_webchat_react_app from 'twilio-webchat-react-app';

const client = new Twilio_webchat_react_app({ apiKey: "YOUR_API_KEY" });
Retrieve a list of Super SIMs from your account.
curl \
  -u "$API_USER:$API_PASS" \
  https://supersim.twilio.com/v1/Sims
Retrieve a list of Fleets from your account.
curl \
  -u "$API_USER:$API_PASS" \
  https://supersim.twilio.com/v1/Fleets
Retrieve a list of Network resources.
curl \
  -u "$API_USER:$API_PASS" \
  https://supersim.twilio.com/v1/Networks
SDK on GitHub 📄 API Docs
SDK
twilio-webchat-react-app
TypeScript
API
twilio.com
twilio.com:twilio_supersim_v1
At a glance
Language TypeScript
Endpoints31
Base URLhttps://supersim.twilio.com
✓ Official