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 details)
File details
Details for the file rt-client-0.5.0.tar.gz
.
File metadata
- Download URL: rt-client-0.5.0.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd827d3528d5426bfdf27139af6b09279ab49e9ae91a5f91c785227473d20e67 |
|
MD5 | 532af52c8cdf56039b395537fefc86ed |
|
BLAKE2b-256 | f3c551c850c25a60cadcf6414a584a0d77228dbce99a21df82b4147d80e789cd |