The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::Face::Response

VERSION

Version 0.04

SYNOPSIS

WebService::Face::Response wraps the data returned by the server response

It provides a simple OO interface to access the data

SUBROUTINES/METHODS

new ( \%params )

The WebService::Face::Response constructor

Valid %params keys are currently : photos saved_tags usage limits users namespaces

status ()

Getter for the 'status' attribute

error_code ()

Getter for the 'error_code' attribute

error_message ()

Getter for the 'error_message' attribute

message ()

Getter for the 'message' attribute

photos ()

Getter for the 'photos' attribute

saved_tags ()

Getter for the 'saved_tags' attribute

url ()

Getter for the 'url' attribute

pid ()

Getter for the 'pid' attribute

width ()

Getter for the 'width' attribute

height ()

Getter for the 'height' attribute

tags ()

Getter for the 'tags' attribute

groups ()

Getter for the 'groups' attribute

tid ()

Getter for the 'tid' attribute

recognizable ()

Getter for the 'recognizable' attribute

threshold ()

Getter for the 'threshold' attribute

uids ()

Getter for the 'uids' attribute

label ()

Getter for the 'label' attribute

confirmed ()

Getter for the 'confirmed' attribute

manual ()

Getter for the 'manual' attribute

limits ()

Getter for the 'limits' attribute

users ()

Getter for the 'users' attribute

account ()

Getter for the 'account' attribute

AUTHOR

Arnaud (Arhuman) ASSAD, <arhuman at gmail.com>

BUGS

Please report any bugs or feature requests to arhuman at gmail.com, or through the web interface at https://github.com/arhuman/WebService-Face/issues. 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 WebService::Face::Client

You can also look for information at:

More information about Face.com service :

http://developers.face.com/docs/api

ACKNOWLEDGEMENTS

Thanks to Face.com for the service they provide. Thanks to Jaguar Network for allowing me to publish my work.

LICENSE AND COPYRIGHT

Copyright 2012 Arnaud (Arhuman) ASSAD.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.