We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa2c86 commit fb4621aCopy full SHA for fb4621a
1 file changed
README.md
@@ -19,7 +19,7 @@ $client = (new \Kobas\Client($signer));
19
/**
20
* Usage
21
*/
22
-$venues = $client->get('data/venue');
+$request = $client->get('customer/search', ['email' => 'example@example.com']);
23
```
24
25
## Client Functions
@@ -43,4 +43,4 @@ Allows over-riding the base URL (only really needed for development)
43
Allows over-riding of the API version. Might be useful in future?
44
45
## disableSSLVerification()
46
-Disables SSL Verify Peer. Needed for development, should never be used in production
+Disables SSL Verify Peer. Needed for development, should never be used in production
0 commit comments