Sha256: 3fe9953f76d75a3d3848277d7058137ce1ee2af133fcfe65acf59c6a71c95feb
Contents?: true
Size: 730 Bytes
Versions: 7
Compression:
Stored size: 730 Bytes
Contents
# Onlinesim Ruby API Wrapper for automatic reception of SMS-messages by onlinesim.ru [![Gem Version](https://badge.fury.io/rb/onlinesim.svg)](https://badge.fury.io/rb/onlinesim) ### Installation You can install or upgrade package with: ```bash $ gem install onlinesim ``` ### Example ```ruby 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](https://github.com/s00d/onlinesim-ruby-api/wiki)** ## Bugs If you have any problems, please create Issues [here](https://github.com/s00d/onlinesim-ruby-api/issues)
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
onlinesim-1.0.12 | README.md |
onlinesim-1.0.11 | README.md |
onlinesim-1.0.10 | README.md |
onlinesim-1.0.9 | README.md |
onlinesim-1.0.8 | README.md |
onlinesim-1.0.7 | README.md |
onlinesim-1.0.6 | README.md |