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.6.0.tar.gz
(17.9 kB
view details)
Built Distribution
rt_client-0.6.0-py3-none-any.whl
(24.4 kB
view details)
File details
Details for the file rt-client-0.6.0.tar.gz
.
File metadata
- Download URL: rt-client-0.6.0.tar.gz
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fd580915b664c810633bea12bd633e41094681c5f08f975ebc9ef44618c8e3c |
|
MD5 | 113c4d6745a66829b8f06c7ef9dcfe3a |
|
BLAKE2b-256 | 42e49c800afec897148ee11af05bec390071b400bac9ac72c26544ceeff6caab |
File details
Details for the file rt_client-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: rt_client-0.6.0-py3-none-any.whl
- Upload date:
- Size: 24.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f88e66cb411061322f23828828ebac8ea35c0126f92641d95ce02f0492944c90 |
|
MD5 | 1c67e7799a2e8a62e97a69b35f3c6445 |
|
BLAKE2b-256 | 94d1b744126f1d72508b38ff1030b4f8a26acdd32dc24760a1590e72c29d7a8f |