Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.
/ twilio-ruby Public archive
forked from twilio/twilio-ruby

A Ruby gem for communicating with the Twilio API and generating TwiML

License

Notifications You must be signed in to change notification settings

bjeanes/twilio-ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Gemcutter

$ sudo gem install twiliolib

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 http://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

About

A Ruby gem for communicating with the Twilio API and generating TwiML

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%