jonijoba
10-17-2017, 01:51 PM
Hi!
Does anyone know where I could find a complete list of all callApi $controllers and $methods?
callApi($controller, $method, array $arguments = array(), $useNamedParams = false)
(http://vb5support.com/resources/api/Api_InterfaceAbstract.html)
$api->callApi('user', 'login',array($username, $password) );
$api->callApi("content_text", "add", [$input, $options]);
$api->callApi('user', 'save', $data, false, true);
...etc?
Thanks in advance,
Joni
Does anyone know where I could find a complete list of all callApi $controllers and $methods?
callApi($controller, $method, array $arguments = array(), $useNamedParams = false)
(http://vb5support.com/resources/api/Api_InterfaceAbstract.html)
$api->callApi('user', 'login',array($username, $password) );
$api->callApi("content_text", "add", [$input, $options]);
$api->callApi('user', 'save', $data, false, true);
...etc?
Thanks in advance,
Joni