Closed doublehops closed 10 years ago
Thanks for creating this awesome project.
Just one note in regards to the documentation. The Usage page has a line that reads:
$response = $service->query($request);
I think it should read:
$response = $service->query($query);
Damien
@doublehops Thx for reporting it! Fixed in the referenced commit.
Thanks for creating this awesome project.
Just one note in regards to the documentation. The Usage page has a line that reads:
$response = $service->query($request);
I think it should read:
$response = $service->query($query);
Damien