|
NAMENet::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. SYNOPSISprint "Methods for web service version: ", $mturk->serviceVersion, "\n"; foreach my $operation ($mturk->listOperations) { print $operation, "\n"; }
Visit the GSP FreeBSD Man Page Interface. |