Hello,
I'm trying to read a prestashop resource like in the following official tuto :
https://devdocs.prestashop.com/1.7/development/webservice/tutorials/prestashop-webservice-lib/
But, i've have a problem with the composer install :
I said yes to the question :"Do you want to use the one in /var/www/html?"
I don't know what kind of argument he want.
I've try :
composer require "prestashop/prestashop-webservice-lib -dev : but he don't found a package.
- Is it because my Prestashop version is to high ?
Here my details :
The shop and back office functionality and API are OK
mod_rewrite enabled : ok
Curl : ok
The result from script : phppsinfo.php
For the install, I've make :
chmod -R 777 /var/www/html/test (my folder where will be the script and lib)
chown -R www-data:www-data /var/www/html/test
My API is OK, i think , i've result like this for addresses:
I'm blocked since two days with it : Thank you very much in advance if someone have just an idea or a solution !
😊
Olivier