This project is under development.
A Ruby API library for the SMSme platform.
Add this line to your application's Gemfile:
gem 'smsme'
And then execute:
$ bundle
Or install it yourself as:
$ gem install smsme
Create the object:
sms = SMSme::Api.new('YOUR_USERNAME', 'YOUR_PASSWORD')
sms.balance.data
sms.pricing.data
sms.send.data('originator', 'recipient', 'message', 'delivery_date')
sms.send_bulk.data('originator', 'recipient1, recipient2', 'message', 'delivery_date')
sms.reports.data('start_date', 'end_date', 'originator', 'recipient')
Bug reports and pull requests are welcome on GitHub at https://github.com/vdw/smsme-api-ruby-client.
Released under the MIT License.
Copyright 2015 Dimitris Krestos