madleech / dhl_express_global

Ruby wrapper for the DHL Express Global API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DhlExpressGlobal

Ruby API wrapper to interface with DHL Express Global

Installation

Add this line to your application's Gemfile:

gem 'dhl_express_global'

And then execute:

$ bundle

Or install it yourself as:

$ gem install dhl_express_global

Usage

TODO: Write usage instructions here

Testing / Rspec

This gem is using Rspec for testing. As well VCR is implemented for testing the API. To make VCR work make sure to copy spec/config/dhl_credentials.example.yml to spec/config/dhl_credentials.yml and update the development credentails with actual account details.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/dhl_express_global/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

About

Ruby wrapper for the DHL Express Global API

License:MIT License


Languages

Language:Ruby 100.0%