Nakanobu;
use strict;
use warnings;
use base qw/Class::Component::Plugin/;
use JSON::RPC::Common::Marshal::HTTP;
use JSON::RPC::Common::Procedure::Call;
use YAML ();
use LWP::UserAgent;
use Text::Trun
my ($method, $params, $entry_url, $timeout) = @_;
my $marshal = JSON::RPC::Common::Marshal::HTTP->new();
my $call = JSON::RPC::Common::Procedure::Call->new(
method => $method,