文件名称:Vine:PHP Vine API客户端
文件大小:15KB
文件格式:ZIP
更新时间:2024-06-02 22:04:06
PHP
Vine PHP API客户端 PHP Vine API客户端 用法: 创建一个新的客户端实例: $vine = new \Api\Vine\Client(); 然后使用get方法调用get资源之一,例如 //Searches, just give the get the resource and it will respond with the results in stdObj format $searchResults = $vine->get('timelines/tag/{{searchQuery}}'); //Creates a vine session $login = $vine ->setUsername('bananana') ->setPassword('LOL_SONY') ->login
【文件预览】:
Vine-master
----composer.json(457B)
----.travis.yml(239B)
----phpunit.xml(565B)
----index.php(327B)
----composer.lock(23KB)
----tests()
--------Api()
----LICENSE(18KB)
----src()
--------Api()
----.gitignore(16B)
----README.md(1KB)