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