Group
Extension

Matches 1

WebService-Readwise ( L/LA/LANCEW/WebService-Readwise-0.002.tar.gz, LANCEW, 2023; MetaCPAN )
WebService-Readwise/lib/WebService/Readwise.pm ( view source; MetaCPAN )
bService::Readwise;

# ABSTRACT: Perl module to interact with Readwise.io API
use HTTP::Tiny;
use JSON::MaybeXS;

use Moo;
use namespace::clean;


has token => (
    is       => 'ro',
    required => 
esponse->{success} ) {
        return 'Response error';
    }

    my $json = decode_json $response->{content};

    return $json;
}


sub highlights {
    my $self = shift;

    my $response = $self-
esponse->{success} ) {
        return 'Response error';
    }

    my $json = decode_json $response->{content};

    return $json;
}

1;

__END__

=pod

=encoding UTF-8

=head1 NAME

WebService::Readw

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