* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ declare(strict_types=1); namespace PrestaShopBundle\Api; /** * @experimental */ final class Api { public const API_BASE_PATH = '/new-api'; /** * This class is not meant to be instantiated as it is used to access encoding constants only. */ private function __construct() { } }