- Notifications
You must be signed in to change notification settings - Fork0
BloomAndWild/post-nl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 athttps://github.com/BloomAndWild/post-nl.