fond-of-oryx/product-list-api
Composer 安装命令:
composer require fond-of-oryx/product-list-api
包简介
The ProductListApi module provides a REST API for product list CRUD.
README 文档
README
The ProductListApi module provides a REST API for product list updates.
Package ported from fond-of-oryx/product-list-api
Installation
composer require fond-of-oryx/product-list-api
Register Plugins in ApiDependencyProvider
/**
* @return \Spryker\Zed\Api\Dependency\Plugin\ApiResourcePluginInterface[]
*/
protected function getApiResourcePluginCollection(): array
{
return [
...
new ProductListApiResourcePlugin(),
];
}
统计信息
- 总下载量: 1.38k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-06-14