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)

Arguments

Named:

key => <xmlrpc|jsonrpc>
config => $config_from_plugin

Returns

COPYRIGHT

(c) MMXV - Abe Timmerman <abeltje@cpan.org>