theshopdev/api-client
最新稳定版本:1.0.5
Composer 安装命令:
composer require theshopdev/api-client
包简介
theshop API client for Laravel.
README 文档
README
composer require theshopdev/api-client- Add
\Theshop\ApiClient\ApiClientServiceProvider::classtoconfig/app.phpproviders. - Fill .env values:
THESHOP_API_KEY=
THESHOP_API_ENDPOINT=
THESHOP_CATALOG=
Usage
For single request:
$data = $this->getConnector()->send(new ProductListRequest( limit: 8, offset: 0 ))->data;
For multiple async requests:
$data = $this->getConnector()->sendMultiple([ 'pages' => new ProductListRequest( limit: 8, offset: 0 ), 'categories' => new ProductListRequest( limit: 8, offset: 0 ) ]);
统计信息
- 总下载量: 360
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-13