NAME
Flickr::API::People - Perl interface to the Flickr API's flickr.people.* methods.
SYNOPSIS
use Flickr::API::People;
my $api = Flickr::API::People->new({'consumer_key' => 'your_api_key'});
or
my $api = Flickr::API::People->import_storable_config($config_file);
DESCRIPTION
This object encapsulates the flickr people methods.
Flickr::API::People
is a subclass of Flickr::API, so you can access Flickr's people information easily.
SUBROUTINES/METHODS
error_code()
-
Returns the Flickr Error Code, if any
error_message()
-
Returns the Flickr Error Message, if any
success()
-
Returns the success or lack thereof from Flickr
rc()
-
Returns the Flickr http status code
LICENSE AND COPYRIGHT
Copyright (C) 2015, Louis B. Moore
This program is released under the Artistic License 2.0 by The Perl Foundation.
Original version was Copyright (C) 2005 Nuno Nunes, <nfmnunes@cpan.org>
This version is much changed and built on the FLickr::API as it appears in 2015. Many thanks to Nuno Nunes for getting this ball rolling.
SEE ALSO
Flickr::API. Flickr, http://www.flickr.com/services/api/ https://github.com/iamcal/perl-Flickr-API