GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Flickr::API::Cameras(3) User Contributed Perl Documentation Flickr::API::Cameras(3)

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

  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]);

This object encapsulates the flickr cameras methods.

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

"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.

Copyright (C) 2015, Louis B. Moore

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

Flickr::API. Flickr <http://www.flickr.com/>, <http://www.flickr.com/services/api/> <https://github.com/iamcal/perl-Flickr-API>
2016-10-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.