eugene-petrov / magento2-web-api
Magento 2 snippets: web api calls, table, models, crud operations
Package info
github.com/eugene-petrov/magento2-web-api
Type:magento2-module
pkg:composer/eugene-petrov/magento2-web-api
dev-main
2021-10-21 12:12 UTC
Requires
- php: ^7.2.0
This package is auto-updated.
Last update: 2026-03-21 22:11:28 UTC
README
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