eugene-petrov/magento2-web-api

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

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/eugene-petrov/magento2-web-api

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

This package is auto-updated.

Last update: 2025-09-21 21:11:52 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