logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Flickr::API::People - Perl interface to the Flickr API's flickr.people.* methods.

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.

Name

       Flickr::API::People - Perl interface to the Flickr API's flickr.people.* methods.

See Also

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

perl v5.40.1                                       2025-05-04                           Flickr::API::People(3pm)

Subroutines/Methods

       findByEmail()
           Populates user info with that found for the given email

       findByUsername()
           Populates user info with that found for the given username

       perms()
           Returns the permission returned by checking this supplied token

       "perms_caller"
           Returns the username for which the permission applies

       "perms_token"
           Returns the token for which the permission applies

       "perms_nsid"
           Returns the nsid for which the permission applies

       nsid()
           Returns the nsid of the supplied mail or username

       username()
           Returns the username of the supplied mail or username

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

See Also