Google-Plus
view release on metacpan or search on metacpan
lib/Google/Plus.pm view on Meta::CPAN
Google+ API key, used for retrieving content. Usually set using L</new>.
=head2 C<ua>
my $ua = $plus->ua;
my $ua = $plus->ua(Mojo::UserAgent->new);
User agent object that retrieves JSON from the Google+ API endpoint.
Defaults to a L<Mojo::UserAgent> object. This object will use
HTTP/HTTPS proxies when available (via C<HTTP_PROXY> and C<HTTPS_PROXY>
environment variables.)
=head1 METHODS
L<Google::Plus> implements the following methods:
=head2 C<new>
my $plus = Google::Plus->new(key => $google_plus_api_key);
( run in 2.023 seconds using v1.01-cache-2.11-cpan-71847e10f99 )