├── LICENSE ├── README.md ├── composer.json └── src ├── ApiFactory.php ├── Configuration.php └── ConfigurationInterface.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springimport/magento2-api-v1/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springimport/magento2-api-v1/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springimport/magento2-api-v1/HEAD/composer.json -------------------------------------------------------------------------------- /src/ApiFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springimport/magento2-api-v1/HEAD/src/ApiFactory.php -------------------------------------------------------------------------------- /src/Configuration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springimport/magento2-api-v1/HEAD/src/Configuration.php -------------------------------------------------------------------------------- /src/ConfigurationInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springimport/magento2-api-v1/HEAD/src/ConfigurationInterface.php --------------------------------------------------------------------------------