Group
Extension

Matches 2

Net-Google-CalendarV3 ( R/RH/RHESA/Net-Google-CalendarV3-0.16.tar.gz, RHESA, 2016; MetaCPAN )
Net-Google-CalendarV3/lib/Net/Google/CalendarV3.pm ( view source; MetaCPAN )
Event );
use Net::Google::CalendarV3::Calendar;
use Net::Google::CalendarV3::Event;
use WWW::JSON;
use JSON::XS;

has authentication => is => 'ro', lazy => 1, predicate => 'has_auth', builder => '_bui
 => 1;

method _build_service {
    WWW::JSON->new( base_url         => 'https://www.googleapis.com/calendar/v3',
                    post_body_format => 'JSON',
                    ( $self->has_auth 
lf->has_token ? (authentication   => $self->authentication) : () ),
                    json             => JSON::XS->new->utf8->allow_nonref->allow_blessed->convert_blessed,
    );
}

method _build_a
Net-Google-CalendarV3 ( R/RH/RHESA/Net-Google-CalendarV3-0.16.tar.gz, RHESA, 2016; MetaCPAN )
Net-Google-CalendarV3/lib/Net/Google/CalendarV3/ToJson.pm ( view source; MetaCPAN )
package Net::Google::CalendarV3::ToJson;
$Net::Google::CalendarV3::ToJson::VERSION = '0.16';
use Moose::Role;
use Kavorka;

method TO_JSON {
    return { %$self };
};

1;


Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.