JGoogleAuthOauth2::query
Method to retrieve data from Google
Signature
public function query(string
$url,
[mixed
$data = null,
[array
$headers = null,
[string
$method = 'get']]] )
Parameters
-
$url
- The URL for the request.
-
$data
- The data to include in the request.
-
$headers
- The headers to send with the request.
-
$method
- The type of http request to send.
Returns
- mixed
- Data from Google.