Flickr::API::Response

A response from the flickr API.
Download

Flickr::API::Response Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Cal Henderson
  • Publisher web site:
  • http://search.cpan.org/~iamcal/

Flickr::API::Response Tags


Flickr::API::Response Description

A response from the flickr API. Flickr::API::Response is a response from the flickr API.SYNOPSIS use Flickr::API; use Flickr::API::Response; my $api = new Flickr::API({'key' => 'your_api_key'}); my $response = $api->execute_method('flickr.test.echo', { 'foo' => 'bar', 'baz' => 'quux', }); print "Success: $response->{success} ";This object encapsulates a response from the Flickr API. It's a subclass of HTTP::Response with the following additional keys: { 'success' => 1, 'tree' => XML::Parser::Lite::Tree, 'error_code' => 0, 'error_message' => '', }The _request key contains the request object that this response was generated from. This request will be a Flickr::API::Request object, which is a subclass of HTTP:Request.The sucess key contains 1 or 0, indicating whether the request suceeded. If it failed, error_code and error_message explain what went wrong. If it suceeded, tree contains an XML::Parser::Lite::Tree object of the response XML. Requirements: · Perl


Flickr::API::Response Related Software