Skip to content

oshopgiri/orange_sdk

Repository files navigation

Build Status CodeFactor

Orange SDK

Ruby SDK to consume APIs for Orange Products with ease.

For supported services and other details, please refer the Wiki.

Installation

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.

Test

Just run rspec in your terminal:

$ bundle exec rspec

Contributing

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.

  1. Fork the repo
  2. Create a feature or bug fix branch (git checkout -b my_awesome_branch)
  3. Commit your changes (git commit -m "My Awesome Code")
  4. Push to your branch (git push remote my_awesome_branch)
  5. Create a pull request to oshopgiri/orange_sdk

License

The gem is available as open source under the terms of the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published