|
NAMEFlickr::API::People - Perl interface to the Flickr API's flickr.people.* methods.SYNOPSISuse 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); DESCRIPTIONThis 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
LICENSE AND COPYRIGHTCopyright (C) 2015-2016, Louis B. MooreThis 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 ALSOFlickr::API. Flickr <http://www.flickr.com/>, <http://www.flickr.com/services/api/> <https://github.com/iamcal/perl-Flickr-API>
Visit the GSP FreeBSD Man Page Interface. |