文件名称:HasOffers-PHP-Client
文件大小:52KB
文件格式:ZIP
更新时间:2024-07-13 04:28:01
PHP
HasOffers PHP 客户端 安装 "require" : { "draperstudio/hasoffers-php-client" : "dev-master" } 例子 $ client = new DraperStudio \ HasOffers \ Client ( 'API_KEY' , 'NETWORK_ID' ); $ offers = $ client -> api ( 'Affiliate\Offer' ); try { $ response = $ offers -> findAll ([ 'limit' => 5 ]); var_dump ( $ response ); } catch ( DraperStudio \ HasOffers \ Exception $ e ) { echo ( $ e -> getMessag
【文件预览】:
HasOffers-PHP-Client-master
----src()
--------Api()
--------Client.php(7KB)
--------Base.php(2KB)
----LICENSE(1KB)
----README.md(486B)
----.gitignore(306B)
----composer.json(495B)