Search results for "module:Catalyst::View::REST"
Catalyst::View::REST::YAML - YAML View Class
This is the "YAML" view class. OVERLOADED METHODS process Serializes $c->stash to $c->response->output....
BOBTFISH/Catalyst-View-REST-YAML-0.01 - 22 Jan 2010 03:20:48 UTC
Catalyst::View::REST::Data::Serializer - Data::Serializer View Class
This is the "Data::Serializer" view class. It can be used to use any number of Serialization methods (YAML, Storable, Data::Dumper) to implement a REST view. It also supports optional compression, encryption, and a host of other useful goodies. CONFI...
HOLOWAY/Catalyst-View-REST-Data-Serializer-0.02 - 23 May 2006 07:01:23 UTC
lib/Catalyst/Action/Serialize/View.pm
JJNAPIORK/Catalyst-Action-REST-1.21
-
05 Dec 2017 15:16:47 UTC
lib/Catalyst/Action/Deserialize/View.pm
JJNAPIORK/Catalyst-Action-REST-1.21
-
05 Dec 2017 15:16:47 UTC
Catalyst::View::REST::XML - (DEPRECATED) XML View Class
This is the "XML::Simple" view class. OVERLOADED METHODS process Serializes $c->stash to $c->response->output....
BOBTFISH/Catalyst-View-REST-XML-0.02 - 06 Jun 2011 10:50:34 UTC
Catalyst - The Elegant MVC Web Application Framework
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
Installs everything you need to write serious Catalyst applications....
BOBTFISH/Task-Catalyst-4.02 - 22 Aug 2011 12:31:25 UTC
Catalyst::Enzyme - CRUD framework for Catalyst
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::View::Base::JSON - a 'base' JSON View
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::ActionRole::JSV - A JSON Schema validator for Catalyst actions
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::ActionRole::Tabs - Add tabs to Catalyst controller actions
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::Controller::REST - A RESTful controller
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::Action::Serialize - Serialize Data in a Response
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
Catalyst::Controller::DBIC::API - Provides a DBIx::Class web service automagically
Easily provide common API endpoints based on your DBIx::Class schema classes. Module provides both RPC and REST interfaces to base functionality. Uses Catalyst::Action::Serialize and Catalyst::Action::Deserialize to serialize response and/or deserial...
ABRAXXA/Catalyst-Controller-DBIC-API-2.008001 - 26 Nov 2019 15:40:32 UTC
Catalyst::DispatchType::Chained - Path Part DispatchType
Dispatch type managing default behaviour. For more information on dispatch types, see: * Catalyst::Manual::Intro for how they affect application authors * Catalyst::DispatchType for implementation information....
JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC
Catalyst::Plugin::AtomServer - Atom API server for Catalyst applications
*Catalyst::Plugin::AtomServer* implements the necessary bits to make it easy to build an Atom API server for any Catalyst-based application. It implements: * Simple XML Views *Catalyst::View::Atom::XML* provides a base view class that your applicatio...
BTROTT/Catalyst-Plugin-AtomServer-0.04 - 27 Jun 2006 17:18:11 UTC
Catalyst::Plugin::InjectionHelpers - Enhance Catalyst Component Injection
NOTE Starting with "VERSION" 0.012 there is a breaking change in the number of arguments that the "method" and "from_code" callbacks get. If you need to keep backwards compatibility you should set the version flag to 1: MyApp->config( 'Plugin::Inject...
JJNAPIORK/Catalyst-Plugin-InjectionHelpers-0.015 - 06 Aug 2019 23:57:59 UTC
Catalyst::Plugin::Cache::HTTP::Preempt - preemptive HTTP cache control
This is a Catalyst plugin handles HTTP 1.1 cache-control queries. The functionality is similar to Catalyst::Plugin::Cache::HTTP, except that it processes the cache control queries before data-intensive queries, rather rather than delaying processing ...
INTERINFO/Catalyst-Plugin-Cache-HTTP-Preempt-v0.1.3 - 21 Jan 2013 09:55:35 UTC
Catalyst::ActionRole::BuildDBICResult - Find a DBIC Results from Arguments
NOTE: For version 0.02 I added some code to make sure that when there are more than one find condition we don't stop on the first error. This was done so that if you are trying to match on a numeric column (like a common auto inc PK) and on some text...
JJNAPIORK/Catalyst-ActionRole-BuildDBICResult-0.04 - 03 Dec 2011 13:15:33 UTC
Catalyst::View::JSON::PerRequest - JSON View that owns its data
This is a Catalyst::View that produces JSON response from a given model. It differs from some of the more classic JSON producing views (such as Catalyst::View::JSON in that is is a per request view (one view for each request) and it defines a 'data' ...
JJNAPIORK/Catalyst-View-JSON-PerRequest-0.009 - 10 Jun 2016 16:53:14 UTC