Skip to content

Version 4.1.0

Compare
Choose a tag to compare
@sergioteula sergioteula released this 19 Jul 17:35
· 158 commits to master since this release

New exceptions:

  • TooManyRequestsException: raised when requests limit is reached.
  • InvalidPartnerTagException: raised if the partner tag is not present or invalid.
  • AssociateValidationException: raised when credentials are not valid for the selected country.

Updates:

  • InvalidArgumentException now is raised if returned from the API.

Bug Fixes:

  • Solved bug with pagination args validation.