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.
- Versions: 1.21
- Website: https://metacpan.org/release/Catalyst-Action-REST
- Licenses: GPL 1+
- Package source: gnu/packages/web.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]