Sledge::Plugin::JSONRPC - JSONRPC plugin for Sledge


Sledge-Plugin-JSONRPC documentation  | view source Contained in the Sledge-Plugin-JSONRPC distribution.

Index


NAME

Top

Sledge::Plugin::JSONRPC - JSONRPC plugin for Sledge

VERSION

Top

This documentation refers to Sledge::Plugin::JSONRPC version 0.01

SYNOPSIS

Top

    package Your::Pages;
    use Sledge::Plugin::JSON;
    # entry point
    sub dispatch_jsonrpc {
        shift->jsonrpc;
    }

    sub jsonrpc_get {
        my $self = shift;
        .......
        return \@data;
    }

DESCRIPTION

Top

Sledge::Plugin::JSONRPC is easy to implement JSONRPC plugin for Sledge.

AUTHOR

Top

Atsushi Kobayashi, <nekokak at gmail.com>

SEE ALSO

Top

Sledge::Plugin::XMLRPC

Catalyst::Plugin::JSONRPC

JSON::Syck

BUGS

Top

Please report any bugs or feature requests to bug-sledge-plugin-jsonrpc at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Sledge-Plugin-JSONRPC. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Sledge::Plugin::JSONRPC

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Sledge-Plugin-JSONRPC

* CPAN Ratings

http://cpanratings.perl.org/d/Sledge-Plugin-JSONRPC

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Sledge-Plugin-JSONRPC

* Search CPAN

http://search.cpan.org/dist/Sledge-Plugin-JSONRPC

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


Sledge-Plugin-JSONRPC documentation  | view source Contained in the Sledge-Plugin-JSONRPC distribution.