Ruby wrapper for Post NL's Rest API
Post NL API documentation: https://developer.postnl.nl/api-overview/send-and-track/shipping-webservice/
Add this line to your application's Gemfile:
gem "post_nl", branch: "main", github: "BloomAndWild/post_nl"
And then execute:
$ bundle
Or install it yourself as:
$ gem install post_nl
To run the specs, add your development credentials to your dev env:
API_KEY=<api_key_here>
And run the specs via:
bundle exec rspec
Bug reports and pull requests are welcome on GitHub at https://github.com/BloomAndWild/post-nl.