The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Froody FOTANGO"

Froody - Yet another XML web API framework River stage zero No dependents

Froody is a framework that can be used to easily create both a server and a client for making remote API calls across the web. Froody communicates by the AJAX friendly calling convention of passing parameters to methods via CGI parameters and returni...

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC

Froody::Pod River stage zero No dependents

Create a POD file for Froody services. Methods run( api ) Passed the name of a subclass of Froody::API, this documents the API to STDOUT as a POD file. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line ...

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC

Froody::API - Base class for API definition River stage zero No dependents

This is the base class for classes that define Froody::Method objects, Froody::ErrorType objects and all other objects that you register in a repository. You really shouldn't have to deal with this unless you're creating your Froody::Methods by hand....

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC

Froody::Logger - logging wrapper River stage zero No dependents

Fotango internally use a Log4perl subclass, Logger. We don't want to impose this on the world when we release our external modules. So we have this module that uses Logger if it can, otherwise, it warns on warnings, dies on error or fatal, and ignore...

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC

Froody::Base - base class for Froody classes River stage zero No dependents

A base class for all Froody classes, provides useful methods....

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC

Froody::Upload - wrapper class for uploaded data in Froody River stage zero No dependents

This module represents uploads Accessors These are get/set accessors on the instance. fh filename client_filename mime_type EASY CONSTRUCTOR from_file( filename ) POD ERRORS Hey! The above document had some coding errors, which are explained below: A...

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC

Froody::Error - Froody error class River stage zero No dependents

Froody::Error is the Froody error class. It's designed to be powerful, yet simple to use. It's a subclass of Error.pm. Often, the easiest way to create an error response from within Froody is to throw a Froody::Error. This will be caught by the serve...

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC

Froody::Server - baseclass for Froody::Server River stage zero No dependents

A Froody server. use as: #!/usr/bin/perl use warnings; use strict; use Froody::Server; Froody::Server->dispatch(); ..in a CGI script that is a Froody endpoint. This server accepts a CGI request as the Froody request, and will dispatch the method, and...

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC

Froody::Method - object representing a method callable by Froody River stage zero No dependents

An accessor class for definition of method APIs. Once a method is declared here you can execute it by calling its "call" function. Froody::API modules must return from their "load" method one of these objects per method that can be called by the Froo...

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC

Froody::Plugin River stage zero No dependents

Froody plugins let you extend an implementation and add functionality without scary messing around with superclasses. They have a chance to get involved in the pre_process step of the request, and can add accessors to the importing class and instance...

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC

Froody::Request - a Froody server request River stage zero No dependents

A request into a Froody server. Has a method attribute, and params for the method. Normally you would use a subclass of this that gets the method and params from some external source, for instance Froody::Request::CGI....

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC

Froody::Argument - Froody argument type handler River stage zero No dependents

If you want to register a new type handler with Froody, create a module in the Froody::Argument::* namespace. It will automagically be registered with the type handler framework....

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC

Froody::Invoker - provide a way to run a Froody::Method River stage zero No dependents

If you just want to write a simple Froody server, you don't need to worry about this class. Go read the documentation for Froody::Implementation instead. A Froody::Invoker is the counterpart to a Froody::Method. It's essentially responsible for doing...

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC

Froody::ErrorType - object representing a Froody Error Type River stage zero No dependents

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC

Froody::DocServer River stage zero No dependents

Froody::DocServer Methods POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 7: =over is the last thing in the document?!...

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC

Froody::Structure - object representing the structure used by the response River stage zero No dependents

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC

Froody::API::XML - Define a Froody API with xml River stage zero No dependents

This class is a helper base class for Froody::API. It can parse a standard format of XML and turn it into a bunch of Froody::Method objects....

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC

Froody::Response - result of a Froody::Method executing River stage zero No dependents

This class encapsulates a response from the Froody server, and are what the Invokers must return when Froody::Methods are called. You normally don't have to construct these yourself, as they're built by Froody::Invoker::Implementation for you from th...

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC

Froody::Server::CGI River stage zero No dependents

Froody for cgi environment...

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC

Froody::Dispatch - Easily call Froody Methods River stage zero No dependents

This class handles dispatching Froody Methods. It's used both from within the servers where you don't want to have to worry about the little details and as a client....

FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC
52 results (0.035 seconds)