serendipity_hq/api_connect

This package is abandoned and no longer maintained. No replacement package was suggested.

Connect to a remote 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

A simple class to connect to remote APIs.

EXAMPLE USAGE

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