Ruby Twilio Helper Library

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 http://www.twilio.com/docs for more information.

Installation

sudo gem install twiliolib -s http://gemcutter.org

If you need to create a custom build, clone the repository and do a rake build to create the gem

USAGE

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 http://www.twilio.com/docs for more information.

FILES

  • lib/twilio.rb: include this library in your code
  • example-rest.rb: example usage of REST
  • example-twiml.rb: example usage of the TwiML generator
  • example-utils.rb: example usage of utilities

LICENSE

The Twilio Ruby Helper Library is distributed under the MIT License

THANKS

OTHER GEMS

Also check out webficient's twilio gem