Python Library for Interacting with the TCR Platform API.
The easiest way to install the latest version from PyPI is by using pip:
$ pip install tcrpy
- Clone the repository to an empty directory
$ git clone https://github.com/mitchellaha/tcrpy.git .
- Create a virtual environment
$ python3 -m venv venv
- Activate the virtual environment
$ source venv/bin/activate
- Install dependencies
$ pip install -r requirements.txt
- Clone the repository to an empty directory
$ git clone https://github.com/mitchellaha/tcrpy.git .
- Verify SetupTools is Updated
$ pip install --upgrade setuptools
- Install the project
$ python setup.py install
-
Add more documentation
- Explain Correlation & Uses of different TCR Rest endpoints
-
Create More Unified Filter Conditions
-
Add Status Filter to Customers & Jobs - GetSideMenus contains info for Quick Filter Check Boxes
- Add Ticket Status & Ticket Type Filter
- Pull the needed data from the TCR_Menu/TCRConstants
- Advanced Search Filters:
- Python Class Enums with TCRConstants
- DataTypes = "QueryFilterFieldDataType" in TCRConstants
- Each DataType is allowed certain "QueryParamOperator" in TCRConstants
-
-
Pagination Support
-
Cleanup Login / CookieGetter
-
- Add Documentation
- Add PostMan Collection
- Add Authentication
- Serverside Logging
- Add Descript Error Messages
- Add Documentation