Group
Extension

Matches 2

Net-API-Gett ( M/MA/MALLEN/Net-API-Gett-1.06.tar.gz, MALLEN, 2012; MetaCPAN )
Net-API-Gett/lib/Net/API/Gett/Request.pm ( view source; MetaCPAN )
package Net::API::Gett::Request;

use Moo;
use Sub::Quote;
use Carp qw(croak);
use JSON;
use LWP::UserAgent;
use HTTP::Request::Common;
use HTTP::Headers;

our $VERSION = '1.06';

=head1 NAME

Net::AP
f = shift;
    my $hr = shift;

    return encode_json($hr);
}

sub _decode {
    my $self = shift;
    my $json = shift;

    return decode_json($json);
}

sub _send {
    my $self = shift;
    my $m
e.

Input:

=over

=item * endpoint fragment

=back

Output:

=over

=item * Perl hash ref of the JSON response from the API

=back

Gives a fatal error under any error condition.

=back

=cut

sub ge
Net-API-Gett ( M/MA/MALLEN/Net-API-Gett-1.06.tar.gz, MALLEN, 2012; MetaCPAN )
Net-API-Gett/lib/Net/API/Gett/User.pm ( view source; MetaCPAN )
(and lazily) attempt to log in to the API and get one.

Returns a perl hash representation of the JSON output for L<https://open.ge.tt/1/users/login>.

=back

=cut

around BUILDARGS => sub {
    my $o

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