Request Tracker Client
Project description
The RT Client is a python library for interfacing with RT’s REST API. The client uses python-requests and talks to the V2 API.
In the future we also intend to add a CLI which will use the library and offer a nice way of interacting with RT from the commandline based on the features the V2 API gives us.
Getting Started
from rt_client.client import Client
rt = Client(
username="jsmith",
password="supersecret",
endpoint="https://rt.acme.org/",
)
tickets = rt.ticket.search("Queue='urgent'")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rt-client-0.5.0.tar.gz
(15.5 kB
view hashes)