Group
Extension

Matches 1

WebService-Lobid-Organisation ( P/PM/PMAYR/WebService-Lobid-Organisation-0.005.tar.gz, PMAYR, 2020; MetaCPAN )
WebService-Lobid-Organisation/lib/WebService/Lobid/Organisation.pm ( view source; MetaCPAN )
or>

error message, if C<$self->status> is I<Error>

=back

=head1 DEPENDENCIES

L<HTTP::Tiny>, L<JSON>, L<Log::Any>, L<Moo>, L<Try::Tiny>

=head1 LOGGING

This module uses the L<Log::Any> Framework

 AND COPYRIGHT

GNU GPL V3

Peter Mayr 2016

=cut

use strict;
use warnings;

use HTTP::Tiny;
use JSON;
use Log::Any;
use Moo;
use Try::Tiny;

extends 'WebService::Lobid';

has isil => ( is => 'rw', p
LD {
    my $self = shift;

    my $query_string  = undef;
    my $response      = undef;
    my $json_result   = undef;
    my $result_ref    = undef;
    my $no_of_results = undef;
    my %data     

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