Version 1.2 - Updated on 9/15/2016
public function setHttpClientHandler(ClientInterface $httpClientHandler)
Sets the HTTP client handler.
$httpClientHandler
— HttpClientInterface
—public function sendRequest($httpmethod, $service, $method, array $params = [])
Makes the request to API and returns the result.
Response
—SDKException
—public function sendBinaryRequest($httpmethod, $service, $method, array $params = [])
Makes the request to API and returns the result.
Response
—SDKException
—public function sendTokenRequest($clientKey,$clientSecret,$callbackUrl,$code)
Makes the request to Token API and returns the result.
Response
—SDKException
—Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.