Onlinesim Ruby API
Wrapper for automatic reception of SMS-messages by onlinesim.ru
Installation
You can install or upgrade package with:
$ gem install onlinesim
Example
require 'onlinesim'
# ...
driver = OnlineSim::Driver.new(:apikey => 'TOKEN').numbers
tzid = driver.get('vkcom')
puts driver.stateone(tzid)['number']
puts driver.close(tzid)
Documentation
All documentation is in the wiki of this project - Documentation
Bugs
If you have any problems, please create Issues here