serendipity_hq/api_connect

此包已弃用,不再维护。未建议替代包。

连接到远程API

0.4.0 2015-08-18 16:53 UTC

This package is auto-updated.

Last update: 2020-07-14 10:30:01 UTC


README

Latest Stable Version Build Status Test Coverage Code Climate Total Downloads License

一个简单的用于连接远程API的类。

示例用法

$connection->setAPIEndPoint(self::API_ENDPOINT);
$connection->setHashAlgorithm(self::HASH_ALGORITHM);
$connection->callRemote('orders');