fond-of-oryx/thirty-five-up-api
Composer 安装命令:
composer require fond-of-oryx/thirty-five-up-api
包简介
Spryker Thirty Five Up API Module.
README 文档
README
What it does
Provides API endpoints for getting and patching ThirtyFiveUp orders
Installation
composer require fond-of-oryx/thirty-five-up-api
Register plugins in src/Pyz/Zed/Api/ApiDependencyProvider.php
protected function getApiResourcePluginCollection(): array
{
return [
...
new ThirtyFiveUpApiResourcePlugin(),
];
}
protected function getApiValidatorPluginCollection(): array
{
return [
...
new ThirtyFiveUpApiValidatorPlugin(),
];
}
统计信息
- 总下载量: 13.09k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-07-07