Skip to content

A clone of Catalyst Cloud's rt-client repo (from GitLab) for testing/vetting upstream contributions

License

Notifications You must be signed in to change notification settings

merit-network/rt-client

Repository files navigation

rt-client

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'")

About

A clone of Catalyst Cloud's rt-client repo (from GitLab) for testing/vetting upstream contributions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages