youcanshop/sdk
Composer 安装命令:
composer require youcanshop/sdk
包简介
YouCan Shop SDK
README 文档
README
This package allows the developer to interact easily with the YouCan Shop API.
Examples
Check the examples folder for how to use the SDK.
$youCan = YouCan::instance()->setAccessToken(new AccessToken($accessToken, 1)); $data = $youCan->request(ProductEndpoint::index()); // OR $data = $youCan->request(ProductEndpoint::show('product_id'));
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-28