python-taiga
python-taiga copied to clipboard
:evergreen_tree: Python module for communicating with the Taiga API
## Description Support for listing and resending of Webhooklogs (https://docs.taiga.io/api.html#webhooklogs-list) ## Use cases Listing and resending webhook requests. ## Proposed solution Support as described in the taiga docs ## Alternatives...
## Description Executing: ```py from taiga import TaigaAPI api = TaigaAPI() api.auth(username=USERNAME, password=PASSWORD) project = api.projects.get_by_slug(PROJECT_SLUG) ``` I get: ``` Traceback (most recent call last): File "/home/xaver/Documents/Repos/taigaRESTInteraction/create_usertickets.py", line 22, in...
## Description Add new function "set_attributes" in class CustomAttributeResource ## Use cases To support set values for multiple attributes ## Proposed solution Add new function "set_attributes" in class CustomAttributeResource which...
# Description * Fix `auth_app()` to (only) work with Taiga 3.1.0+ (released in 2016). * The method returns the token now instead of setting it up in the API client....
Hi, The client function `auth_app` is relying on functionality that Taiga hasn't exposed since v3.1.0 in 2016. Application secrets and cyphered tokens were removed in that version of Taiga -...
## Description I wanna install the taiga in my python environment(3.10),However, ## Steps to reproduce pip install python_taiga-1.3.0-py2.py3-none-any.whl or pip install pip install python-taiga ## Versions Python version: 3.10 Operating...