Ruby client for ParcelPerfect API
See example.rb
This example is the ruby translation of the PHP example provided with the official documentation available here
In order to run this, clone this repository then, create an .env
file with the following details
EMAIL=user@email.tld # Get this from ParcelPerfect
PASSWORD=your_password
Next
$ bundle install
$ ruby example.rb
- Make a Gem out of this
- Tests
- Update documentation