Ruby API wrapper to interface with DHL Express Global
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
TODO: Write usage instructions here
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.
- Fork it ( https://github.com/[my-github-username]/dhl_express_global/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