The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Face::Client::Response::Account

VERSION

Version 0.03

SYNOPSIS

Face::Client::Response::Account 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 : http://developers.face.com/docs/api/account-limits/ http://developers.face.com/docs/api/account-users/ http://developers.face.com/docs/api/account-namespaces/

SUBROUTINES/METHODS

new ( \%params )

The constructor for the Face::Client::Response::Account class

used ()

Getter for the 'used' attribute

remaining ()

Getter for the 'remaining' attribute

limit ()

Getter for the 'limit' attribute

reset_time_text ()

Getter for the 'reset_time_text' attribute

reset_time ()

Getter for the 'reset_time' attribute

namespace_limit ()

Getter for the 'namespace_limit' attribute

namespace_used ()

Getter for the 'namespace_used' attribute

namespace_remaining ()

Getter for the 'namespace_remaining' attribute

users ()

Getter for the 'users' attribute

namespaces ()

Getter for the 'namespaces' attribute

limits ()

Getter for the 'limits' 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/Face-Client/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 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.