RequestAgent
abstract class RequestAgent
Constants
API_URL |
|
Properties
protected string | $querySignature | ||
protected string | $queryString | ||
protected mixed | $rawResponse | Raw response received from API | |
protected string|array|null | $response | Trimmed/Decoded/Smth response |
Methods
mixed
execute()
No description
mixed
query()
No description
handleResponse()
No description
string
getQuerySignature()
No description
setQuerySignature(string $querySignature)
No description
string
getQueryString()
No description
setQueryString(string $queryString)
No description
mixed
getRawResponse()
No description
mixed
getResponse()
No description