- New resource TaxCode
- Fix minor typos
- New optional config
debug_mode
- New resource ProductAvailability
- Add refresh token mechanic with method
use_refresh_token
- Change config values
- Add refresh_token to allow automatic update of tokens when calling the new method
use_refresh_token
- Remove
oauth_redirect_url
in favor of keyword arguments onoauth_url
andrequest_token
- Add refresh_token to allow automatic update of tokens when calling the new method
- Create a temp method for Client to use a token per request
- Add error handling on auth request_token method and tests for some common errors.
- Initial release