Ruby client for the Snom service. Additional information for the [Snom API] snom-api.
Add this line to your application's Gemfile:
gem 'snom'
And then execute:
$ bundle
Or install it yourself as:
$ gem install snom
snom = Snom.new('username', 'password')
snow.check_device('mac_address')
snow.register_device('mac_address', 'provisioning_url')
snow.deregister_device('mac_address', 'provisioning_url')- Fork it ( https://github.com/[my-github-username]/snom/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request