Data::Conveyor::Service::Methods is a Perl module that offers service method definitions.
SYNOPSIS
package My::Service::Methods;
use warnings;
use strict;
use base 'Data::Conveyor::Service::Methods';
sub SERVICE_METHODS {
domain_tickets => {
object => 'ticket',
$_[0]->PARAMS(
"+domain|d=s Domain name.",
"?limit|l=s Limit number of rows returned.",
),
description => 'foo.at' },
{ domain => 'xn--brse-5qa.at' },
{ domain => ':bx{F6}rse.at' },
{ domain => ':börse.at' },
],
};
1;
Product's homepage
Requirements:
· Perl