
UTM5::URFAClient - Perl wrapper for Netup URFA Client
Using with UTM5::URFAClient::Daemon

Version 0.54

use UTM5::URFAClient;
my $client = new UTM5::URFAClient({
url => 'http://example.com/',
});
print $client->whoami->{login};

Creates connection
UTM5::URFAClient->new({<options>})
Remote host and port with UTM5::URFAClient::Daemon daemon
Returns current user info
Returns user list
Returns user list by criteria
Not implemented in this version
Return users groups array
Return houses list
Return house data
Add new house
Edit house
Return ip-zones list
Returns services templates
Returns services list
Returns telephony service info
Updating telephony service
Returns tariffs list
Returns tariff
Returns direction list
Add new direction
Delete direction

Nikita Melikhov, <ver at 0xff.su>

Please report any bugs or feature requests to bug-utm5-urfaclient at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=UTM5-URFAClient. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc UTM5::URFAClient
You can also look for information at:

Copyright 2011 Nikita Melikhov.
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.