We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9586978 commit 8916375Copy full SHA for 8916375
1 file changed
README.md
@@ -19,7 +19,8 @@ $client = (new \Kobas\Client($signer));
19
/**
20
* Usage
21
*/
22
-$request = $client->get('customer/search', ['email' => 'example@example.com']);
+$response = $client->get('customer/search', ['email' => 'example@example.com']);
23
+echo json_encode($response, JSON_PRETTY_PRINT);
24
```
25
26
## Client Functions
0 commit comments