Closed davalb closed 10 years ago
Thanks for your PR. Could you also add a test for this new call?
How do you have setup the test-enviroment? If I run the tests in the command-line I get an error like "Class 'Discogs\Serivce` not found..." I guess the autoloader is not included... Or do you run the tests in the browser?
Assuming you're developing on *nix:
First get phpunit:
$ wget https://phar.phpunit.de/phpunit.phar
Install all dependencies with composer:
$ composer.phar install
Run the tests:
$ php phpunit.phar .
Is this test ok?
Thanks for your work!
Thank you for incorporating the changes. Will these changes be available through composer at some point? I am asking, because my app is using composer in the deployment process.
@davalb I'll tag a new version
Hi Ricbra,
first of all thanks for the awesome library. Helped me a lot to develop an app we use to synchronize the our webshop-inventory with our discogs-inventory.
I know that you generally don`t have any marketplace-API-calls implemented. I assume that it is because they require OAuth. Would you consider supporting the inventory-call? It is an exception in that it is a public call. Please see code changes attached.
Best regards, David