Group
Extension

Matches 1

Net-Azure-CognitiveServices-Face ( Y/YT/YTURTLE/Net-Azure-CognitiveServices-Face-0.04.tar.gz, YTURTLE, 2018; MetaCPAN )
Net-Azure-CognitiveServices-Face/lib/Net/Azure/CognitiveServices/Face/Base.pm ( view source; MetaCPAN )
package Net::Azure::CognitiveServices::Face::Base;
use strict;
use warnings;
use HTTP::Tiny;
use JSON;
use Carp;
use URI;

sub new {
    my ($class, %opts) = @_;
    return bless {%opts}, $class;
}

s
        $uri->query_form(%query);
    }
    $uri;
}

sub json {
    my $self = shift;
    $self->{json} ||= JSON->new->utf8(1);
    $self->{json};
}

sub agent {
    my $self = shift;
    $self->{agen
content-type'};
        if ($content_type !~ /application\/json/) {
            croak($res->{content}); 
        }
        $body = $self->json->decode($res->{content});
    }
    if (!$res->{success})

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