We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec4cf1 commit 7961b97Copy full SHA for 7961b97
remoting_client/examples/rest_example.php
@@ -50,6 +50,8 @@ function restCall($method, $data) {
50
$result = restCall('client_get', array('session_id' => $session_id, 'client_id' => array()));
51
if($result) var_dump(json_decode($result, true));
52
else print "Could not get client_get result\n";
53
+
54
+ // please refer to API-Docs for expected input variables and parameters names
55
56
$result = restCall('logout', array('session_id' => $session_id));
57
0 commit comments