Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Oct 13, 2010
1 parent c3dabab commit 34191a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.markdown
Expand Up @@ -10,9 +10,9 @@ tropo_message is a tiny gem that simplifies sending messages using [Tropo](http:
message.text = "message to send"

### Send the message to listener
post("http://api.tropo.com/1.0/sessions", "message.request_xml")
post("http://api.tropo.com/1.0/sessions", message.request_xml)

See also: http://blog.tropo.com/2010/09/10/how-to-sending-an-sms-using-webapi/
See also: http://blog.tropo.com/2010/09/10/how-to-sending-an-sms-using-webapi

### Receive message and responding to Tropo (inside your listener)
tropo_session = Tropo::Generator.parse(raw_json)
Expand All @@ -27,13 +27,14 @@ See also: http://blog.tropo.com/2010/09/10/how-to-sending-an-sms-using-webapi/

See also:
http://github.com/voxeo/tropo-webapi-ruby
http://blog.tropo.com/2010/09/10/how-to-sending-an-sms-using-webapi/
http://blog.tropo.com/2010/09/10/how-to-sending-an-sms-using-webapi

### More documentation?
Check out the [source](http://github.com/dwilkie/tropo_message/blob/master/lib/tropo_message.rb). It's tiny and easy to read.

### Installation
gem install tropo_message
require 'tropo_message'

## Copyright

Expand Down

0 comments on commit 34191a8

Please sign in to comment.