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:WebService-GData SHIRIRU"

WebService::GData - Google data protocol v2. River stage zero No dependents

WebService::GData module intends to implement the Google Data protocol and implements some services that use this protocol, like YouTube. This package is a blueprint that most packages in this module inherit from. It offers a simple hashed based obje...

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC

WebService::GData::Node - Abstract class representing an xml node/tag River stage zero No dependents

*inherits from WebService::GData* This package is an abstract class representing the information required to serialize a node object into xml or any other appropriate format. You should subclass and set the meta information via the "set_meta" functio...

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC

WebService::GData::Feed - Base class wrapping json atom feed for google data API v2. River stage zero No dependents

*inherits from WebService::GData* This package wraps the result from a query using the json format of the Google Data API v2 (no other format is supported!). It gives you access to some of the data via wrapper methods and works as a factory to get ac...

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC

WebService::GData::Base - core read/write methods over HTTP for google data API v2. River stage zero No dependents

*inherits from WebService::GData* This package allows you to manipulate the data stored on Google servers. It grants you access to the main read/write (get,post,insert,update,delete) methods available for the google data APIs by wrapping LWP methods....

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC

WebService::GData::Error - create an error and parse errors from Google data APIs v2. River stage zero No dependents

*inherits from WebService::GData*. This package can parse error response from Google APIs service. You can also create your own basic error. All WebService::GData::* classes die a WebService::GData::Error object when something goes wrong. You should ...

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC

WebService::GData::Query - implements the core query parameters available in the google data API v2. River stage zero No dependents

*inherits from WebService::GData*. Google data API supports searching different services via a common set of parameters. Unfortunately, some services only handles a subset of this "core" parameters... You should read the service Query documentation t...

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC

WebService::GData::YouTube - Access YouTube contents(read/write) with API v2. River stage zero No dependents

!DEVELOPER RELEASE! API may change, program may break or be under optimized. !DEVELOPER RELEASE! API may change, program may break or be under optimized. !DEVELOPER RELEASE! API may change, program may break or be under optimized. !WARNING! Documenta...

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC

WebService::GData::Serialize - Factory class that loads the proper serialize package River stage zero No dependents

*inherits from WebService::GData* This package is a simple helper factory class that will load a serializer package and calls its "encode" function. Concrete serializer class should inherit from WebService::GData::Serialize::AbstractSerializer and im...

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC

WebService::GData::Constants - constants (namespaces,format,services...) used for Google data APIs. River stage zero No dependents

This package contains some constants for Google data API available protocol formats, namespaces and general matters (version,xml header). You can import all of them by using :all or import only a subset by using :format,:namespace or :general GENERAL...

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC

WebService::GData::Collection - Composite class redispatching method calls to query the items data. River stage zero No dependents

*inherits from WebService::GData::BaseCollection* This package accepts an array reference containing identic nodes (link nodes, category nodes,video nodes...). Once feed with some data, you can call a node method by specifying a search string. The in...

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC

WebService::GData::Feed::Entry - Base class wrapping json atom feed entry tags for google data API v2. River stage zero No dependents

*inherits from WebService::GData::Feed* This package wraps the entry tag from a query for a feed using the json format of the Google Data API v2 (no other format is supported!). It gives you access to some of the entry tag data via wrapper methods. U...

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC

WebService::GData::ClientLogin - implements ClientLogin authorization for google data related APIs v2. River stage zero No dependents

*inherits from WebService::GData* Google services supports different authorization systems allowing you to write data programmaticly. ClientLogin is one of such system. This package tries to get an authorization key to the service specified by loggin...

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC

WebService::GData::Error::Entry - Wrap an xml error sent back by Google data APIs v2. River stage zero No dependents

*inherits from WebService::GData* This package can parse error response from Google APIs service. You can also create your own basic xml error. All WebService::GData::* classes die a WebService::GData::Error object when something went wrong. XML erro...

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC

WebService::GData::YouTube::Query - implements the core query parameters available in YouTube Service API v2. River stage zero No dependents

inherits from WebService::GData::Query. YouTube service supports additional parameters. In order to avoid to send uncorrect parameter values, the package checks for their validity and will throw a WebService::GData::Error object containing 'invalid_p...

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC

WebService::GData::YouTube::Constants - constants used for YouTube service. River stage zero No dependents

This package contains some constants for YouTube Service v2, mostly related to available parameter values when querying the service. You can import all of them by using :all or import only a subset by using :format,:time or :safe... GENERAL CONSTANTS...

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC

WebService::GData::Node::AbstractEntity - Abstract proxy class representing several xml nodes. River stage zero No dependents

*inherits from WebService::GData* This package is an abstract class used as a proxy to represent several nodes in one entity. A node containing text node and attributes will require to access the data in such a manner: my $name = new WebService::GDat...

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC

WebService::GData::YouTube::Feed::Video - a Video YouTube contents(read/write) for data API v2. River stage zero No dependents

!WARNING! Documentation in progress. !DEVELOPER RELEASE! API may change, program may break or be under optimized. *inherits from WebService::GData::Feed::Entry*. This package represents a Youtube Video. If you are logged in you can edit existing vide...

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC

WebService::GData::YouTube::Feed::Friend - a user contact list (read/write) for data API v2. River stage zero No dependents

!WARNING! Documentation in progress. !DEVELOPER RELEASE! API may change, program may break or be under optimized and I haven't done a full range of tests yet! *inherits from WebService::GData::Feed::Entry.* This package represents a Youtube Friend or...

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC

WebService::GData::YouTube::StagingServer - switch to the staging server. River stage zero No dependents

!DEVELOPER RELEASE! API may change, program may break or be under optimized. This package is just a flag that forces all the youtube related packages to use the staging server urls instead of the live server. You must use it before *any* YouTube::* r...

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC

WebService::GData::YouTube::Feed::Comment - a comment for a video (read/write) for data API v2. River stage zero No dependents

!WARNING! Documentation in progress. !DEVELOPER RELEASE! API may change, program may break or be under optimized and I haven't done a full range of tests yet! *inherits from WebService::GData::Feed::Entry*. This package represents a Youtube Comment. ...

SZABGAB/WebService-GData-0.06 - 18 Oct 2013 07:43:13 UTC
26 results (0.137 seconds)