NAME
WWW::Twitpic::API::Response - A response from Twitpic
SYNOPSIS
METHODS
is_success
Boolean flag to check the response status.
You can check the error() message when false.
error
Returns the error message if any.
id
The id asigned to the uploaded image.
url
The URI for the uploaded image.
url_thumb
The URI of the generated thumbnail for the uploaded image.
url_mini
The URI of the generated mini-view for the uploaded image.
xml
The response xml source.
struct
The respnse href struct.
_resize_uri
Helper method to generate rezize uri's
meta See Moose.
AUTHOR
Diego Kuperman, <diego at freekeylabs.com>
BUGS
Please report any bugs or feature requests to bug-www-twitpic-api at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Twitpic. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc WWW::Twitpic
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2009 Diego Kuperman, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.