File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Service class:
55$api = new \PHPLicengine\Service\Client($base_url, $api_key);
66```
77
8- #### GET /client/{client_id} - Get Client Info by id
8+ #### GET /client/{client_id} - Get Client Info by id (v2.1.0)
99
1010e.g. http://www.mysite.com/phplicengine/api/client/1
1111
@@ -36,28 +36,28 @@ try {
3636}
3737```
3838
39- #### GET /client/email/{email} - Get Client Info by email
39+ #### GET /client/email/{email} - Get Client Info by email (v2.1.0)
4040
4141Service method:
4242``` php
4343$response = $api->getClientByEmail($email);
4444```
4545
46- #### GET /client/username/{username} - Get Client Info by username
46+ #### GET /client/username/{username} - Get Client Info by username (v2.1.0)
4747
4848Service method:
4949``` php
5050$response = $api->getClientByUsername($username);
5151```
5252
53- #### GET /client/usergroup/{id} - Get Clients Info by usergroup
53+ #### GET /client/usergroup/{id} - Get Clients Info by usergroup (v2.1.0)
5454
5555Service method:
5656``` php
5757$response = $api->getClientsByUsergroup(1);
5858```
5959
60- #### GET /client/status/{id} - Get Clients Info by status
60+ #### GET /client/status/{id} - Get Clients Info by status (v2.1.0)
61610 = pending, 1 = active, 2 = cancel, 3 = fraud
6262
6363Service method:
You can’t perform that action at this time.
0 commit comments