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

  1. Fork it ( https://github.com/mintuhouse/oneapi/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request