-
-
08 Dec 2020 07:52:54 UTC
- Distribution: Dancer-Plugin-RPC
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (67 / 1 / 2)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (38.7KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
++ed by:2 non-PAUSE users- Dependencies
- Dancer
- JSON
- Params::Validate
- Params::ValidationCompiler
- RPC::XML
- Time::HiRes
- Types::Standard
- YAML
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Dancer::RPCPlugin::DispatchFromConfig - Build dispatch-table from the Dancer Config
SYNOPSIS
use Dancer::Plugin; use Dancer::RPCPlugin::DispatchFromConfig; sub dispatch_call { my $config = plugin_setting(); return dispatch_table_from_config($config); }
DESCRIPTION
dispatch_table_from_config(%arguments)
Parameters
Named:
- plugin => <xmlrpc|jsonrpc|restrpc>
- config => $config_from_plugin
- endpoint => '/endpoint_for_dispatch_table'
Responses
A (partial) dispatch-table.
COPYRIGHT
(c) MMXV - Abe Timmerman <abeltje@cpan.org>
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.