Net::Amazon::MechanicalTurk::Command::ListOperations - Lists MechanicalTurk


Net-Amazon-MechanicalTurk documentation  | view source Contained in the Net-Amazon-MechanicalTurk distribution.

Index


NAME

Top

Net::Amazon::MechanicalTurk::Command::ListOperations - Lists MechanicalTurk requester operations.

Returns a list of method names that may be called against the requester API.

This method parses the WSDL used for the MechanicalTurk soap endpoint. This method may fail while attempting to download the WSDL document.

SYNOPSIS

Top

    print "Methods for web service version: ", $mturk->serviceVersion, "\n";
    foreach my $operation ($mturk->listOperations) {
        print $operation, "\n";
    }


Net-Amazon-MechanicalTurk documentation  | view source Contained in the Net-Amazon-MechanicalTurk distribution.