NAME
Skype::Any::API - API interface for Skype::Any
METHODS
run
Running an event loop.
is_running
$api->is_running;
Return 1 when Skype is running and 0 otherwise.
send_command
$api->send_command($cmd, $expected);
Send Skype API string. This method returns new instance of Skype::Any::Commond. If you want reply command sent:
$api->send_command($cmd)->reply();
ATTRIBUTES
handler
Instance of Skype::Any::Handler
.