NAME
RT::Client - A client of RT from Best Practical Solutions
VERSION
This document describes version 0.01 of RT::Client, released August 26, 2004.
SYNOPSIS
use RT::Client;
my $rt = RT::Client->new('http://root@password:localhost');
# ...see t/1-procedure.t for details...
DESCRIPTION
This module is a subclass of XML::Atom::Client. It implements a client API for RT's Atom interface. Please refer to RT::Atom for the server-side specification.
For the time being, the unit tests in the t/ directory from the CPAN distribution remains the only documentation for this module.
As the version number indicates, this is a very early proof-of-concept release for peer review; all interfaces are subject to change, and should not be relied upon in production code.
CONSTRUCTORS AND ATTRIBUTES
new
OBJECT-ORIENTED INTERFACE
This interface is still under construction.
PROCEDURE-ORIENTED INTERFACE
The RT::Client object implements seven operations, each taking a mandatory URI parameter; see t/1-procedural.t for details.
describe
search
Not yet implemented.
get
set
add
update
remove
SEE ALSO
AUTHORS
Autrijus Tang <autrijus@autrijus.org>
COPYRIGHT
Copyright 2004 by Best Practical Solutions, LLC.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.