The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Catalyst::Controller::REST"

Catalyst::Controller::REST - A RESTful controller River stage two • 26 direct dependents • 61 total dependents

Catalyst::Controller::REST implements a mechanism for building RESTful services in Catalyst. It does this by extending the normal Catalyst dispatch mechanism to allow for different subroutines to be called based on the HTTP Method requested, while al...

JJNAPIORK/Catalyst-Action-REST-1.21 - 05 Dec 2017 15:16:47 UTC

Catalyst::Controller::DBIC::API::REST - Provides a REST interface to DBIx::Class River stage one • 2 direct dependents • 3 total dependents

Provides a REST style API interface to the functionality described in Catalyst::Controller::DBIC::API. By default provides the following endpoints: $base (operates on lists of objects and accepts GET, PUT, POST and DELETE) $base/[identifier] (operate...

ABRAXXA/Catalyst-Controller-DBIC-API-2.009000 - 21 Feb 2024 10:53:00 UTC

Catalyst::Helper::Controller::DBIC::API::REST River stage zero No dependents

This creates REST controllers according to the specifications at Catalyst::Controller::DBIC::API and Catalyst::Controller::DBIC::API::REST for all the classes in your Catalyst app. It creates the following files: MyApp/lib/MyApp/Controller/API.pm MyA...

AMIRI/Catalyst-Helper-Controller-DBIC-API-REST-0.09 - 20 Nov 2016 18:44:31 UTC

Catalyst - The Elegant MVC Web Application Framework River stage three • 603 direct dependents • 677 total dependents

Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application. If you are a new user, we suggest you start with Catalyst::Manual::Tutori...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC

Task::Catalyst - All you need to start with Catalyst River stage one • 7 direct dependents • 8 total dependents

Installs everything you need to write serious Catalyst applications....

BOBTFISH/Task-Catalyst-4.02 - 22 Aug 2011 12:31:25 UTC

Catalyst::Action::REST - Automated REST Method Dispatching River stage two • 26 direct dependents • 61 total dependents

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 fai...

JJNAPIORK/Catalyst-Action-REST-1.21 - 05 Dec 2017 15:16:47 UTC

Catalyst::Model::REST - REST model class for Catalyst River stage zero No dependents

This Catalyst Model class is a thin wrapper over Role::REST::Client Use this module if you need to talk to a REST server as a separate model....

KAARE/Catalyst-Model-REST-0.27 - 20 Feb 2012 20:05:38 UTC

Catalyst::Enzyme - CRUD framework for Catalyst River stage zero No dependents

Catalyst::Enzyme is a layer on top of the Catalyst framework providing CRUD functionality for Class::DBI models. Enzyme uses convention and configuration to provide e.g. extensible CRUD out-of-the-box, and a common way of dealing with error handling ...

JOHANL/Catalyst-Enzyme-0.11 - 14 Jan 2006 12:32:26 UTC

Catalyst::Request::REST - A REST-y subclass of Catalyst::Request River stage two • 26 direct dependents • 61 total dependents

This is a subclass of "Catalyst::Request" that applies the Catalyst::TraitFor::Request::REST role to your request class. That trait adds a few methods to the request object to facilitate writing REST-y code. This class is only here for backwards comp...

JJNAPIORK/Catalyst-Action-REST-1.21 - 05 Dec 2017 15:16:47 UTC

Catalyst::Plugin::URI - Yet another sugar plugin for $c->uri_for River stage zero No dependents

NOTE Starting with version 0.003 I changed that way this works. If you want or need the old API for backcompatibility please set the following configuration flag: MyApp->config('Plugin::URI' => { version => 1 }); NOTE Starting with version 0.005 we r...

JJNAPIORK/Catalyst-Plugin-URI-0.006 - 14 Aug 2023 18:51:20 UTC

Catalyst::Engine::XMPP2 - AnyEvent::XMPP::Connection Catalyst Engine River stage zero No dependents

This engine enables you to deploy a Catalyst application that can be accessed using the XMPP protocol. This is done by a mapping of each XMPP stanza to a HTTP Request, using the Catalyst::Engine::Embeddable as a base....

DRUOSO/Catalyst-Engine-XMPP2-0.4 - 23 Dec 2009 14:26:26 UTC

Catalyst::Plugin::Hooks - Add hooks to Catalyst engine actions River stage zero No dependents

Don't use this plugin! Use Catalyst::Plugin::Observe. All functionality provided in C:P:Hooks will very shortly be available in C:P:Observe. C:P:Hooks is probably not going to work in the next Catalyst release, so rewrite your code to use C:P:Observe...

BERIKV/Catalyst-Plugin-Hooks-0.03 - 22 Nov 2006 18:04:03 UTC

Catalyst::Plugin::Message - The great new Catalyst::Plugin::Message! River stage zero No dependents

CHUNZI/Catalyst-Plugin-Message-0.03 - 06 Apr 2006 14:22:45 UTC

Catalyst::ActionRole::JSV - A JSON Schema validator for Catalyst actions River stage zero No dependents

Catalyst::ActionRole::JSV is JSON Schema validator for Catalyst actions. Internally use the json schema draft4 validator called JSV. Error Response On error it returns 400 http response status. The stash key to set the error message is 'View::JSON ex...

MASAKYST/Catalyst-ActionRole-JSV-0.03 - 06 Oct 2017 01:34:12 UTC

Catalyst::View::Base::JSON - a 'base' JSON View River stage zero No dependents

This is a Catalyst view that lets you create one view per reponse type of JSON you are generating. Because you are creating one view per reponse type that means you can define an interface for that view which is strongly typed. Also, since the view i...

JJNAPIORK/Catalyst-View-Base-JSON-0.003 - 27 Apr 2018 20:29:29 UTC

Catalyst::Plugin::SmartURI - Configurable URIs for Catalyst River stage one • 1 direct dependent • 1 total dependent

Configure whether "$c->uri_for" and "$c->req->uri_with" return absolute, hostless or relative URIs, or URIs based on the 'Host' header. Also allows configuring which URI class to use. Works on application-wide or per-request basis. This is useful in ...

RKITOVER/Catalyst-Plugin-SmartURI-0.041 - 04 Oct 2015 08:28:38 UTC

Catalyst::Action::FromPSGI - Use a PSGI app as a Catalyst action River stage zero No dependents

"Catalyst::Action::FromPSGI" gives you a handy way to mount PSGI apps under Catalyst actions. Note that because Catalyst is in control of the dispatch cycle any limitations you place on it will be placed on the PSGI app as well. So for example: sub f...

FREW/Catalyst-Action-FromPSGI-0.001006 - 05 Aug 2014 02:00:49 UTC

Catalyst::ActionRole::Tabs - Add tabs to Catalyst controller actions River stage zero No dependents

This module allows to add 'Tab' attributes to action endpoints, and it will automatically build a data structure suitable for rendering 'tabs' to switch between the methods that share the same tab structure. Although this was originally built to help...

GRAF/Catalyst-ActionRole-Tabs-0.003000 - 27 Oct 2009 22:08:09 UTC

Catalyst::Action::SubDomain - Match action against names of subdomains River stage zero No dependents

EGOR/Catalyst-Action-SubDomain-0.07 - 03 Jun 2009 08:57:49 UTC

Catalyst::Action::Serialize - Serialize Data in a Response River stage two • 26 direct dependents • 61 total dependents

This action will serialize the body of an HTTP Response. The serializer is selected by introspecting the HTTP Requests content-type header. It requires that your Catalyst controller is properly configured to set up the mapping between Content Type's ...

JJNAPIORK/Catalyst-Action-REST-1.21 - 05 Dec 2017 15:16:47 UTC
50 results (0.056 seconds)