![]() |
![]()
| ![]() |
![]()
NAMENet::Google::DataAPI::Role::Service - provides base functionalities for Google Data API service SYNOPSISpackage MyService; use Any::Moose; use Net::Google::DataAPI; with 'Net::Google::DataAPI::Role::Service' => { service => 'wise', source => __PACKAGE__, ns => { foobar => 'http://example.com/schema#foobar', }, } feedurl hoge => ( is => 'ro', isa => 'Str', entry_class => 'MyService::Hoge', default => 'http://example.com/feed/hoge', ); 1; DESCRIPTIONAUTHORNobuo Danjou <danjou@soffritto.org> SEE ALSONet::Google::AuthSub Net::Google::DataAPI
|