When interacting with the Super SIM or Programmable Wireless REST APIs from code on your server, it's likely you'll save time using Twilio's Server-Side SDK. These SDKs help you use Twilio's REST APIs, generate TwiML, and do other common server-side programming tasks. These helper libraries are available in a variety of popular server-side programming languages.
Language | Description |
---|---|
C# | The Twilio C#/.NET SDK helps you interact with the Twilio API from your .NET application. |
Java | The Twilio Java SDK helps you interact with the Twilio API from your Java application. |
Node.js | The twilio-node helper library lets you write Node.js code to make HTTP requests to the Twilio API. |
PHP | The Twilio PHP SDK helps you interact with the Twilio API from your PHP application. |
Python | The Twilio Python Helper Library helps you interact with the Twilio API from your Python application. |
Ruby | The twilio-ruby helper library lets you write Ruby code to make HTTP requests to the Twilio API. |