We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c5137 commit 0830fbdCopy full SHA for 0830fbd
1 file changed
examples/getVenues.php examples/customerSearch.phpexamples/getVenues.php renamed to examples/customerSearch.php
@@ -6,4 +6,4 @@
6
$signer = new \Kobas\Auth\Signer($companyId, $staffId, $staffSecret);
7
$client = new \Kobas\Client($signer);
8
9
-$venues = $client->get('data/venue');
+$venues = $client->get('customer/search', ['email' => 'example@example.com']);
0 commit comments