Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Flickr::API::Cameras

Name Flickr::API::Cameras
Version 1.28
Located at /usr/share/perl5
File /usr/share/perl5/Flickr/API/Cameras.pm
Is Core No
Search CPAN for this module Flickr::API::Cameras
Documentation Flickr::API::Cameras
Module Details Flickr::API::Cameras

NAME

Flickr::API::Cameras - An interface to the flickr.cameras.* methods.


SYNOPSIS

  use Flickr::API::Cameras;
  my $api = Flickr::API::Cameras->new({'consumer_key' => 'your_api_key'});

or

  my $api = Flickr::API::Cameras->import_storable_config($config_file);
  my @brands = $api->brands_list();
  my %brands = $api->brands_hash();
  my $cameras = $api->get_cameras($brands[1]);


DESCRIPTION

This object encapsulates the flickr cameras methods.

Flickr::API::Cameras is a subclass of the Flickr::API manpage, so you can access Flickr's camera information easily.


SUBROUTINES/METHODS

brands_list
Returns an array of camera brands from Flickr's API.

brands_hash
Returns a hash of camera brands from Flickr's API.

get_cameras
Returns a hash reference to the descriptions of the cameras for a particular brand.


LICENSE AND COPYRIGHT

Copyright (C) 2015, Louis B. Moore

This program is released under the Artistic License 2.0 by The Perl Foundation.


SEE ALSO

the Flickr::API manpage. Flickr, http://www.flickr.com/services/api/ https://github.com/iamcal/perl-Flickr-API

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026