The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Skype::Any::API - API interface for Skype::Any

METHODS

$api->is_running()

Return 1 when Skype is running and 0 otherwise.

$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

$api->handler