Oneapi
Code taken from https://github.com/OneAPI/GSMA-OneAPI/tree/master/Ruby
Installation
TODO: Not yet published in rubygems server. Install it directly from git for now
Add this line to your application's Gemfile:
gem 'oneapi'
And then execute:
$ bundle
Or install it yourself as:
$ gem install oneapi
Usage
See http://www.gsma.com/oneapi/ruby-examples/ for examples
#TODO: Explain configuration part
#TODO: Add examples for vodafone
Contributing
- Fork it ( https://github.com/mintuhouse/oneapi/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