NgiApi
This library is a convenient, easy way to access NGI's API for resellers - simple object methods vs. custom SOAP calls. There are multiple built-in checks for type corrections, and the entered values are automatically adjusted. Return values are parsed and presented as a hash. This gem currently supports all API operations:
- list_bts
- list_comuni
- info_bts
- info_radio
- reboot_radio
- set_ethernet
Installation
Add this line to your application's Gemfile:
gem 'ngi_api'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ngi_api
Usage
See documentation!
Contributing
- Fork it ( https://github.com/blacksd/ngi_api/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