My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads

JSONRPC Plugin for Catalyst which we tried to make compatible with the way Catalyst works with URLS. Main features are:

  • Split JSONRPC methodNames by STRING to find out Controller.
  • Single entrypoint for JSONRPC calls, like http://host.tld/rpc
  • DispatchTypes (attributes) which work much the same as Catalyst attrs
  • JSONRPC Parameter handling transparent to Catalyst parameter handling

Based on awesome Catalyst::Plugin::Server::XMLRPC module

Powered by Google Project Hosting