Class ApiIntegrator
Retrieve's data from a third party API and deserialises the response into a model object
Abstract
Namespace: Davek1312\ApiIntegrator
Author: David Kelly davek1312@gmail.com
Located at ApiIntegrator.php
Namespace: Davek1312\ApiIntegrator
Author: David Kelly davek1312@gmail.com
Located at ApiIntegrator.php
public
|
#
__construct( $requestModel, $responseModelClass )
ApiIntegrator constructor. Sets $httpResponse from $requestModel. |
public
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
GuzzleHttp\Psr7\Response
|
|
public
|
|
public
string
|
|
public
|
protected
|
$requestModel
|
|
protected
string
|
$responseModelClass
|
|
protected
GuzzleHttp\Psr7\Response
|
$httpResponse
|
|
protected
string
|
$responseBody
|