-
-
21 Dec 2014 17:14:48 UTC
- Distribution: JRPC
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (3)
- Testers (266 / 638 / 0)
- Kwalitee
Bus factor: 0- 18.82% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (24.11KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Olli Hollmen
- Dependencies
- CGI
- Data::Dumper
- HTTP::Server::Simple
- JSON::XS
- LWP
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
jrpc_client.pl - Generic JSON-RPC Client for JRPC toolkit
SYNOPSIS
./jrpc_client.pl -parafile examples/say.json -method 'SoundIt.say' \ -url "http://servhost:8080/"
Parameters:
url - Service URL to send JSON-RPC request to
method - JSON-RPC Method (e.g 'Pkg.meth' or just 'meth')
parafile - JSON file with parameters for JSON-RPC "params" section
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 20:
Unknown directive: =head
Module Install Instructions
To install JRPC, copy and paste the appropriate command in to your terminal.
cpanm JRPC
perl -MCPAN -e shell install JRPC
For more information on module installation, please visit the detailed CPAN module installation guide.