NAME
WebService::Face::Store
VERSION
Version 0.04
SYNOPSIS
WebService::Face::Store wraps the data returned by the server for account data (limits, users, namespacs)
It provides a simple OO interface to access the data
For a better understanding of the data structure you can read :
SUBROUTINES/METHODS
new ( \%params )
The constructor for the WebService::Face::Store class
create_user ()
Getter for the 'create_user' attribute
delete_user ()
Getter for the 'delete_user' attribute
list_users ()
Getter for the 'list_users' attribute
train_user ()
Getter for the 'train_user' attribute
get_user ()
Getter for the 'get_user' attribute
set_user ()
Getter for the 'set_user' attribute
recognize_user ()
Getter for the 'recognize_user' attribute
save ()
Getter for the 'save' attribute
restore ()
Getter for the 'restore' 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:
Github repository
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
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.