Dave Cross: Still Munging Data With Perl: Online event - Mar 17 Learn more

NAME

Net::Google::DataAPI::Role::Service - provides base functionalities for Google Data API service

SYNOPSIS

package MyService;
service => 'wise',
source => __PACKAGE__,
ns => {
},
}
feedurl hoge => (
is => 'ro',
isa => 'Str',
entry_class => 'MyService::Hoge',
);
1;

DESCRIPTION

AUTHOR

Nobuo Danjou <nobuo.danjou@gmail.com>

SEE ALSO

Net::Google::AuthSub

Net::Google::DataAPI