RT::Client::REST is a set of object-oriented Perl modules designed to
make communicating with RT using REST protocol easy. Most of the
features have been implemented and tested with rt 3.6.0 and later.
Please see POD for details on usage.
'REST' is used loosely, the API is described here.
Download the latest release from the CPAN, then extract and run:
perl Makefile.PL
makeTo test, you will need Test::Exception -- as this is an object-oriented
distribution, a lot of tests deal with making sure that the exceptions
that are thrown are correct, so I do not (and you do not) want to skip
those:
make testmake installSee CONTRIBUTORS file
RT::Client::REST is based on 'rt' command-line utility distributed with RT 3.x
This module is licensed under both the Aristic 1.0 and GPL 1.0, the same terms as Perl itself.