Files
prestashop/modules/ps_apiresources/config.xml

12 lines
592 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<module>
<name>ps_apiresources</name>
<displayName><![CDATA[PrestaShop API Resources]]></displayName>
<version><![CDATA[0.5.0]]></version>
<description><![CDATA[Includes the resources allowing using the API for the PrestaShop domain, all endpoints are based on CQRS commands/queries from the Core and we APIPlatform framework is used as a base.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[administration]]></tab>
<is_configurable>0</is_configurable>
<need_instance>0</need_instance>
</module>