Packages

`dpd_client` is an API client for the DPD service. It only supports a few of the API's endpoints at present.

Current section

Files

Jump to
dpd_client README.md
Raw

README.md

# DPD Client
This is a simple API client for the DPD API. Running the tests requires you to
have three ENV vars set:
- GETDPD_USERNAME
- GETDPD_API_KEY
- GETDPD_STORE_ID
Once you've set those, you should be able to just `mix test` and verify it works
against your account.
NOTE: `GETDPD_API_KEY` can be found on your DPD profile page.