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

Catalyst::View::REST::YAML - YAML View Class River stage zero No dependents

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 River stage zero No dependents

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 River stage two • 26 direct dependents • 61 total dependents

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

lib/Catalyst/Action/Deserialize/View.pm River stage two • 26 direct dependents • 61 total dependents

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

Catalyst::View::REST::XML - (DEPRECATED) XML View Class River stage zero No dependents

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 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::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::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::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::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::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::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

Catalyst::Controller::DBIC::API - Provides a DBIx::Class web service automagically River stage one • 2 direct dependents • 3 total dependents

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 River stage three • 603 direct dependents • 677 total dependents

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 River stage zero No dependents

*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 River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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
22 results (0.036 seconds)