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

perl-catalyst-action-rest

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 the latest version of perl-catalyst-action-rest as follows:

guix install perl-catalyst-action-rest

Or install a particular version:

guix install perl-catalyst-action-rest@1.21

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.

Badge code

You can use the following badge to inform users of perl-catalyst-action-rest about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/perl-catalyst-action-rest'><img src='https://packages.guix.gnu.org/packages/perl-catalyst-action-rest/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/perl-catalyst-action-rest/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/perl-catalyst-action-rest)

Example Org:

[[https://packages.guix.gnu.org/packages/perl-catalyst-action-rest][https://packages.guix.gnu.org/packages/perl-catalyst-action-rest/badges/latest-version.svg]]