binshops / prestashop-rest

PrestaShop REST API module to expose your PrestaShop website's REST endpoints
https://www.binshops.com/prestashop-api
Academic Free License v3.0
95 stars 33 forks source link

Required Modules To Work #14

Closed david8z closed 2 years ago

david8z commented 2 years ago

The module requires a list of modules in order to work without errors such as:

Not sure if more.

It will be nice if they would be listed on the readme. What do you think?

samberrry commented 2 years ago

Hi @david8z, thanks for your consideration, yes these are all native/default Ps modules, most of them are related to the Bootstrap endpoint for home page data. All the other APIs are independent of these modules, and I think the bootstrap endpoint is somehow project specific. But it's a good idea to have a list in readme to show that the module works with these modules.

I will add it. Thanks