VeracoreRESTInterface:Veracore 的 SOAP Web 服务 API 的 REST 接口

时间:2021-06-06 03:29:22
【文件属性】:
文件名称:VeracoreRESTInterface:Veracore 的 SOAP Web 服务 API 的 REST 接口
文件大小:36KB
文件格式:ZIP
更新时间:2021-06-06 03:29:22
PHP VeracoreREST接口 该项目是一个基于 Silex 构建的 REST API,作为 Veracore 的 SOAP API 的包装器。 所有方法都需要application/json作为请求内容类型。 安装 克隆 repo,安装 Composer,然后运行“php composer.phar install”。 用法 要使用此项目,您必须在发出请求时设置“授权”标头。 “授权”标头应该是作为 base64 编码的 JSON 对象的 Veracore Web 服务凭证(在 Veracore PMA 中创建)。 下面是一个例子: // Build credentials object $ credentials = new \stdClass(); $ credentials -> username = 'myTestUser' ; $ credent
【文件预览】:
VeracoreRESTInterface-master
----composer.json(271B)
----example()
--------AddOrder.json(1KB)
----.htaccess(0B)
----composer.lock(23KB)
----app()
--------bootstrap.php(336B)
--------valid_fields.yml(1KB)
--------settings.yml(133B)
--------app.php(6KB)
----src()
--------Shawmut()
----.idea()
--------VeracoreApi.iml(578B)
--------scopes()
--------misc.xml(127B)
--------vcs.xml(166B)
--------.name(11B)
--------modules.xml(276B)
--------encodings.xml(166B)
--------workspace.xml(45KB)
----.gitignore(4KB)
----web()
--------index.php(68B)
--------.htaccess(321B)
----README.md(3KB)
----.gitattributes(483B)
----LICENSE.txt(15KB)

网友评论