CARVIEW |
twilio / twilio-ruby
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (5)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
A Ruby gem for communicating with the Twilio API and generating TwiML — Read more

name | age | message | |
---|---|---|---|
![]() |
Changelog | Mon Sep 14 23:18:08 -0700 2009 | Intial Commit [Kyle Conroy] |
![]() |
LICENSE | Mon Sep 14 23:18:08 -0700 2009 | Intial Commit [Kyle Conroy] |
![]() |
README.markdown | Thu Jan 07 21:35:48 -0800 2010 | Updated README to include Gemcutter installation [Kyle Conroy] |
![]() |
Rakefile | Thu Jan 07 21:26:26 -0800 2010 | Updated the Rakefile, examples, and tests for m... [Kyle Conroy] |
![]() |
examples/ | Thu Jan 07 21:24:55 -0800 2010 | Updated the Rakefile, examples, and tests for m... [Kyle Conroy] |
![]() |
lib/ | Mon Jan 11 13:24:50 -0800 2010 | Added SMS Support [Kyle Conroy] |
![]() |
tests/ | Mon Jan 11 13:24:50 -0800 2010 | Added SMS Support [Kyle Conroy] |
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 https://www.twilio.com/docs for more information.
Gemcutter
$ sudo gem install twiliolib -s https://gemcutter.org
Manual Installation
To use the rake command to build the gem and
$ sudo gem install /path/to/twiliolib/gem
to finish the installation
Usage
As shown in examples, 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 https://www.twilio.com/docs for more information.
Files
- lib/twilio.rb: include this library in your code
- examples/example-rest.rb: example usage of REST
- examples/example-twiml.rb: example usage of the TwiML generator
- examples/example-utils.rb: example usage of utilities
License
The Twilio Ruby Helper Library is distributed under the MIT License
Thanks
- Jay Philips (@adhearsion) for some great advice
- Michael Ansel (@michaelansel) for a great starting point https://github.com/michaelansel/twilio-rails/tree/master