文件名称:ubersmith-api:Ubersmith API 的简单 PHP 接口
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-18 02:07:45
PHP
Ubersmith API 层 版权所有 (c) 2014 James Hynes 有关完整的许可证详细信息,请参阅许可证 我打算在这里做的是为 Ubersmith 的 2.0 API 做一个很好的层,因为该软件附带的示例缺乏可读性。 由于最近的更改,现在必须由用户指定 URI 方案。 这允许通过 http 或 https 使用。 <?php require 'ubersmith.php' ; $ api = new Ubersmith ( 'http://1.2.3.4' , 'apiuser' , 'apiuser' ); $ args = [ 'client_id' => 1001 ]; $ api -> client_service_list ( json_encode ( $ args ))-> execute (); # executes client.service_l
【文件预览】:
ubersmith-api-master
----ubersmith.php(2KB)
----LICENSE(1KB)
----README.md(867B)
----.gitignore(9B)