eugene-petrov/magento2-web-api

Magento 2 snippets: web api calls, table, models, crud operations

dev-main 2021-10-21 12:12 UTC

This package is auto-updated.

Last update: 2024-09-21 18:49:47 UTC


README

M2 Coding Standard M2 Mess Detector M2 PHPStan

Snippet_WebApi

Description: this extension creates a table, contains examples of CRUD operations via web-api calls.

To enable this module execute:

  • - php bin/magento --clear-static-content module:enable Snippet_WebApi
  • - php bin/magento setup:upgrade

There is the PhpStormHttpClient folder for test purposes. To know how to use it visit the documentation: PhpStorm http-client