php-allegro-rest-api icon indicating copy to clipboard operation
php-allegro-rest-api copied to clipboard

Question/Pytanie

Open copyact opened this issue 6 years ago • 2 comments

Hello, Is this api actual for now? I have sign in in allegro and I got api credentials. I downloaded your project, and run composer on localhost but when I try to do $api = new Api($clientId, $clientSecret, $apiKey, $redirectUri, null, null);

I got an error: Fatal error: Class 'Allegro\REST\Resource' not found in C:\xampp\htdocs\zeszyt\allegro\src\Api.php on line 4

copyact avatar Jun 29 '18 09:06 copyact

Hello, I assume, that you installed package using composer and included autoload file in your script?

Wiatrogon avatar Jul 02 '18 13:07 Wiatrogon

Hi, It was my fault. Now everything is ok. I wonder, do you have more examples of usage? I try to modify delivery cost in offers but I don't understand exacly how to make a call:(

copyact avatar Jul 13 '18 07:07 copyact