No description
- Perl 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| dist | ||
| lib/JSON/RPC/Client | ||
| LICENSE | ||
| Makefile.PL | ||
| README.md | ||
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::*requiresJSON&Class::Accessorize.JSON::RPC::Client::TCPrequiresIO::Socket::INETJSON::RPC::Client::DBrequiresDBI&DBD::PgJSON::RPC::Client::HTTPrequiresURI,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.