文件名称:yahoo-api:雅虎API(http
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-06 10:04:43
PHP
雅虎搜索API Yahoo API的( 目前,我仅进行拍卖。 如何使用 "require": { "ateliee/yahoo-api": "dev-master" } use YahooAPI\Auctions; ... $auctions = new Auctions('appid','secret key'); $categorys = $auctions->request('categoryTree'); $leaf = $auctions->request('categoryLeaf',array('category' => '2084055844')); $selling = $auctions->request('sellingList',array('sellerID' => '****')); $search = $auctions->
【文件预览】:
yahoo-api-master
----.gitignore(5B)
----src()
--------ApiError.php(1KB)
--------Auctions.php(949B)
--------Request.php(5KB)
----.travis.yml(49B)
----composer.json(591B)
----README.md(657B)