RT-REST is a Java class library to interact with RT: Request Tracker's REST Interface.
To see RT-REST in action simply open your terminal and execute:
git clone git@github.com:bboksa/RT-REST.git
cd RT-REST
mvn test
Using it in your code is just as simple, see
for a demo.
Copyright (C) 2012 Benjamin Boksa (http://www.boksa.de/). Licensed under the Apache License, Version 2.0. See LICENSE for details.