-
-
03 Aug 2020 09:16:39 UTC
- Development release
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (61 / 0 / 6)
- Kwalitee
Bus factor: 1- License: perl_5
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (37.27KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
++ed by:2 non-PAUSE users- Dependencies
- Dancer
- JSON
- Params::Validate
- Params::ValidationCompiler
- RPC::XML
- Types::Standard
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 1.08_03 - 2020-08-03
- (Abe Timmerman, 4 seconds ago) Autocommit for distribution Dancer::Plugin::RPC 1.08_03 (test)
Changes for version 1.08_02 - 2020-08-03
- (Abe Timmerman, 40 minutes ago) Autocommit for distribution Dancer::Plugin::RPC 1.08_02 (test)
- (Abe Timmerman, 3 minutes ago) use Moo; not Moose...
Changes for version 1.08_01 - 2020-08-01
- (Abe Timmerman, 2 days ago) Autocommit for distribution Dancer::Plugin::RPC 1.08_01 (test)
- (Abe Timmerman, 42 minutes ago) Remove the need for 'Readonly'
Modules
Configure endpoints for XMLRPC, JSONRPC and RESTRPC proceduresDancer Plugin to register jsonrpc2 methods.RESTRPC Plugin for DancerXMLRPC Plugin for DancerFactory for generating Callback-results.Catch bad-requests and send error-responseBuild dispatch-table from the Dancer ConfigBuild dispatch-table from PODSmall object to handle dispatch-table itemsClass for maintaining a global methodlist.Interface to pass error-responses without knowlage of the protocolSimple routine to flatten (blessed) dataRegister Dancer::Plugin::RPC plugin-namesProvides
in lib/Dancer/RPCPlugin/CallbackResult.pmin lib/Dancer/RPCPlugin/CallbackResult.pmExamples
- example/README
- example/bin/app.psgi
- example/bin/do-rpc
- example/bin/example.pl
- example/config.yml
- example/cpanfile
- example/curl/README
- example/curl/list_methods.jsonrpc
- example/curl/list_methods.xmlrpc
- example/curl/ping.jsonrpc
- example/curl/ping.xmlrpc
- example/curl/search.jsonrpc
- example/curl/search.xmlrpc
- example/curl/status.jsonrpc
- example/curl/status.xmlrpc
- example/curl/version.jsonrpc
- example/curl/version.xmlrpc
- example/lib/Client/HTTP.pm
- example/lib/Client/MetaCpan.pm
- example/lib/Example.pm
Other files
Module Install Instructions
To install Dancer::Plugin::RPC, copy and paste the appropriate command in to your terminal.
cpanm Dancer::Plugin::RPC
perl -MCPAN -e shell install Dancer::Plugin::RPC
For more information on module installation, please visit the detailed CPAN module installation guide.