Property | Type | Description | |
---|---|---|---|
$baseUrl | string | BaseUrl | |
$client | object | Instance of Guzzle Client |
Method | Description | |
---|---|---|
__construct ( ) | Initialize the Controller with necessary arguments | |
getPage ( ) : mixed | Return all data to the Yahoo API dashboard |
Method | Description | |
---|---|---|
getData ( ) : array | Get the data response from a get operation | |
getResponse ( ) : array | Get the whole response from a get operation | |
setGetResponse ( string $relativeUrl ) | Get the response from Yahoo API |
public __construct ( ) |