No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-11-17 16:51:47 +00:00
dist Add explicit Provides to spec 2022-11-17 16:51:47 +00:00
lib/JSON/RPC/Client use correct variable names for VERSION 2022-03-02 14:22:35 +00:00
LICENSE initial commit 2020-05-05 22:39:18 +01:00
Makefile.PL Correct URLs in Makefile.PL 2021-02-18 16:50:42 +00:00
README.md switch from Net::Telnet to IO::Socket::INET, prepare for incremental parsing 2021-02-17 05:37:16 +00:00

NAME

JSON::RPC::Client - Perform JSON RPC as a client

DESCRIPTION

This set of perl modules provides a simplified object access mechanism to a JSON-RPC service.

There are distinct connection methods implemented

TCP direct - ala Kodi on port 9090 PostgreSQL Database function HTTP POST

COMPATIBILITY

  • JSON::RPC::Client::* requires JSON & Class::Accessorize.
  • JSON::RPC::Client::TCP requires IO::Socket::INET
  • JSON::RPC::Client::DB requires DBI & DBD::Pg
  • JSON::RPC::Client::HTTP requires URI, URI::QueryParam, LWP::UserAgent, HTTP::Request & LWP::Protocol::https

AUTHOR

Bernard Quatermass toolsmith@quatermass.co.uk

COPYRIGHT AND LICENSE

This software is copyright (c) 2020,2021 by Bernard Quatermass.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.