Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 862 Bytes

README.rst

File metadata and controls

46 lines (25 loc) · 862 Bytes

Plivo Ruby Library

Description

The Plivo Ruby library simplifies the process of making REST calls and generating RESTXML.

See Plivo Documentation for more information.

GEM Installation

$ sudo gem install plivo

Manual Installation

To use the rake command to build the gem and

Download the source and run:
$ sudo gem install /path/to/plivo/gem

to finish the installation

Usage

To use the Plivo Ruby library, you will need to specify the AUTH_ID and AUTH_TOKEN, before you can make REST requests.

See Plivo Documentation for more information.

Files

lib/plivo.rb: include this library in your code

License

The Plivo Ruby library is distributed under the MPL 1.1 License