ApiCall
class ApiCall
Constants
API_VERSION |
Version of API used |
Properties
protected string | $command | ||
protected array | $parameters | ||
protected mixed | $response | ||
protected string | $queryString | ||
protected RequestAgent | $agent | ||
protected Credentials | $credentials |
Methods
execute()
No description
string
getCommand()
No description
array
getParameters()
No description
mixed
getResponse()
No description
getCredentials()
No description
string
getQueryString()
Set-up post request and generate query string
string
generateQuerySignature()
Calculate the HMAC signature off the POST data
getAgent()
No description
Details
at line 45
__construct(string $command, array $parameters, Credentials $credentials)
at line 55
execute()
at line 66
string
getCommand()
at line 74
array
getParameters()
at line 82
mixed
getResponse()
at line 90
Credentials
getCredentials()
at line 99
string
getQueryString()
Set-up post request and generate query string
at line 115
string
generateQuerySignature()
Calculate the HMAC signature off the POST data