Skip to content

Commit fc0cea8

Browse files
author
Till Brehm
committed
Merge branch 'patch-1' into 'master'
Update rest_example.php See merge request ispconfig/ispconfig3!758
2 parents 5ec4cf1 + 7961b97 commit fc0cea8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

remoting_client/examples/rest_example.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ function restCall($method, $data) {
5050
$result = restCall('client_get', array('session_id' => $session_id, 'client_id' => array()));
5151
if($result) var_dump(json_decode($result, true));
5252
else print "Could not get client_get result\n";
53+
54+
// please refer to API-Docs for expected input variables and parameters names
5355

5456
$result = restCall('logout', array('session_id' => $session_id));
5557
if($result) var_dump(json_decode($result, true));

0 commit comments

Comments
 (0)