|
|
| |
Flickr::API::Upload(3) |
User Contributed Perl Documentation |
Flickr::API::Upload(3) |
Flickr::API::Upload - An upload via the Flickr API
use Flickr::API;
use Flickr::API::Upload;
my $api = Flickr::API->import_storable_config($config_file);
my $response = Flickr::API->upload({
'photo' => 'path/to/photo,
'async' => 0,
'title' => 'My vacation picture',
'description' => 'Here I am, riding a horse',
});
This modules does most of the work for the upload method in Flickr::API.
Copyright (C) 2016, Louis B. Moore <lbmoore@cpan.org>
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |