Project

wire2air

0.0
No commit activity in last 3 years
No release in over 3 years
Allows sending sms and voice messages, checking and adding more credits, subscribing to keywords
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.0
~> 1.6.4
>= 0
~> 2.3.0
~> 0.6.0
 Project Readme

Wire2Air¶ ↑

This is a ruby library that allows interaction with the wire2air api service.

Installation¶ ↑

gem install wire2air

Example Usage¶ ↑

require 'wire2air'
connection = Wire2Air.new(:username => 'your_username',
  :password => 'your password',
  :profile_id => 42,
  :vasid => 12345) # replace the options with the ones found for your account
short_code = 234 # replace with the shortcode from your account you wish to use
test_number = "123456789"
connection.submit_sm(short_code, test_number, "A message to send")

See rdoc/ri for details on other methods, they are pretty simple to use.

Copyright © 2011 wire2air. See LICENSE.txt for further details.