
Net::Flickr::RDF - base API class for Net::Flickr::* libraries

package Net::Flickr::RDF; use base qw (Net::Flickr::API);

Base API class for Net::Flickr::* libraries

Options are passed to Net::Flickr::Backup using a Config::Simple object or a valid Config::Simple config file. Options are grouped by "block".
String. required
A valid Flickr API key.
String. required
A valid Flickr Auth API secret key.
String. required
A valid Flickr Auth API token.

Where $cfg is either a valid Config::Simple object or the path to a file that can be parsed by Config::Simple.
Returns a Net::Flickr::API object.

Valid args are :
A string containing the name of the Flickr API method you are calling.
A hash ref containing the key value pairs you are passing to method
If the method encounters any errors calling the API, receives an API error or can not parse the response it will log an error event, via the log method, and return undef.
Otherwise it will return a XML::LibXML::Document object (if XML::LibXML is installed) or a XML::XPath object.
Returns a Log::Dispatch object.

1.0

$Date: 2005/09/25 14:29:59 $

Aaron Straup Cope <ascope@cpan.org>


Please report all bugs via http://rt.cpan.org/

Copyright (c) 2005 Aaron Straup Cope. All Rights Reserved.
This is free software. You may redistribute it and/or modify it under the same terms as Perl itself.