Added
- Support for all of the newer Amazon API segments (#48, #38, #34)
- In-library data about all documented report and feed types (
ReportType.php
andFeedType.php
) - A class of constant arrays corresponding to all available SP API endpoints (
Endpoint.php
) - Automatic generation of restricted data tokens for all calls where they're needed
Changed
- Updated
Document.php
to make use of the in-library report/feed type data - Moved configuration-related exceptions to
Configuration.php
(#23) - Removed support for
.env
-based configuration/authentication - Removed the
ConfigurationOptions
class and moved all configuration options to an associative array that gets passed toConfiguration