This package browser is in early development. Mind the rough edges.

perl-catalyst-action-rest 1.21

Automated REST Method Dispatching

This Action handles doing automatic method dispatching for REST requests. It takes a normal Catalyst action, and changes the dispatch to append an underscore and method name. First it will try dispatching to an action with the generated name, and failing that it will try to dispatch to a regular method.

Installation

Install perl-catalyst-action-rest 1.21 as follows:

guix install perl-catalyst-action-rest@1.21

Or install the latest version:

guix install perl-catalyst-action-rest

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.