Sha256: caf72991b5463ddc8145295ace1f9088a311c110355062f77a3fae7dd2373af9
Contents?: true
Size: 585 Bytes
Versions: 7
Compression:
Stored size: 585 Bytes
Contents
= twilio This wrapper defines each of the interfaces currently supported by Twilio REST API. Sample Usage: First create a connection object: c = Twilio::Connection.new('my_twilio_sid', 'my_auth_token') Now instantiate other objects by passing in the connection: a = Twilio::Account.new(c) a.update_name('sparky') call = Twilio::Call.new(c) call.make('1234567890', '9876543210', 'http://mysite.com/connected_call') recording = Twilio::Recording.new(c) recording.list == Copyright Copyright (c) 2009 Phil Misiowiec, Webficient LLC. See LICENSE for details.
Version data entries
7 entries across 7 versions & 2 rubygems