Ruby Twilio REST SDK
DESCRIPTION The Twilio REST SDK simplifies the process of makes calls to the Twilio REST. The Twilio REST API lets to you initiate outgoing calls, list previous call, and much more. See www.twilio.com/docs for more information.
USAGE To use the twiliorest.rb library with Rails just copy the twiliorest.rb file into the lib directory of your Rails application. Then just require “twiliorest.rb” in the controller or code file you wish to use the Twilio REST API from. As shown in example.rb, you will need to specify the ACCOUNT_ID and ACCOUNT_TOKEN given to you by Twilio before you can make REST requests. In addition, you will need to choose a ‘Caller’ and ‘Called’ before making outgoing calls. See www.twilio.com/docs for more information.
FILES twiliorest.rb – include this library in your code example.rb – example usage of twiliorest library
LICENSE The Twilio SDK is distributed under the MIT License