-
+
Main API Endpoint: - getCurrentUrl(); ?> +
- methods)) foreach ($this->methods as $index => $method) { ?> -
-

+ methods)) foreach ($this->methods as $method) { + $methodName = (string) $method['name']; + $methodEndpoint = $mainEndpointUrl . '?action=' . rawurlencode($methodName); + $methodParams = is_array($method['params'] ?? null) ? $method['params'] : array(); + $testerId = 'tester-' . preg_replace('/[^a-z0-9_-]+/i', '-', $methodName); + ?> +
+

-

+

- +
+ HTTP Method: + POST +
+ +

Parameters:

- - +
- - - + + + optional
-
- -
+ +
+
- -

Return:

- - - - - - - - -
+ +
+

Return:

+ + + + + + + +
+ +
+ +
+ +