Sha256: 4b1af97b0c59dde8daf08661b0bc117d8b7ff776b9eac9ff01d95091c9b49d27

Contents?: true

Size: 842 Bytes

Versions: 1

Compression:

Stored size: 842 Bytes

Contents

# Onlinesim Ruby API


Wrapper for automatic reception of SMS-messages by onlinesim.ru

[![Gem Version](https://badge.fury.io/rb/ribose.svg)](https://badge.fury.io/rb/ribose)


### Installation
You can install or upgrade package with:
```bash
$ gem install onlinesim
```
### Example
```ruby
require 'onlinesim'

module MyModule
  class Tester
    def test
      driver = OnlineSim::Driver.new(:apikey =>  'TOKEN').numbers
      tzid = driver.get('vkcom')
      puts driver.stateone(tzid)['number']
      puts driver.wait_code(tzid)
    end
  end
end

puts MyModule::Tester.new.test
```

## Documentation

All documentation is in the wiki of this project - **[Documentation](https://github.com/s00d/onlinesim-python-api/wiki)**

## Bugs

If you have any problems, please create Issues here 
https://github.com/s00d/onlinesim-python-api/issues

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
onlinesim-1.0.0 README.md