Ruby SDK to consume APIs for Orange Products with ease.
For supported services and other details, please refer the Wiki.
Add this line to your application's Gemfile:
gem 'orange_sdk'
And then execute:
$ bundle
Or install it yourself as:
$ gem install orange_sdk
And then run:
$ rails g orange_sdk:install
This will add the configuration file in your app's initializers directory.
Just run rspec in your terminal:
$ bundle exec rspec
Bug reports and pull requests are welcome on GitHub at https://github.com/oshopgiri/orange_sdk. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
- Fork the repo
- Create a feature or bug fix branch (
git checkout -b my_awesome_branch
) - Commit your changes (
git commit -m "My Awesome Code"
) - Push to your branch (
git push remote my_awesome_branch
) - Create a pull request to oshopgiri/orange_sdk
The gem is available as open source under the terms of the MIT License.