Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

twiliolib

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twiliolib

  • 2.0.7
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 18 Oct 2010

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc