nephila / python-taiga

:evergreen_tree: Python module for communicating with the Taiga API
https://python-taiga.readthedocs.io
MIT License
94 stars 41 forks source link

Support for WebhookLogs #183

Open philipflohr opened 2 months ago

philipflohr commented 2 months ago

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

Don't support it. But is this really an alternative?

Additional information

This is currently only of limited usefulness as taiga only keeps a very limited history of webhook requests: https://github.com/taigaio/taiga-back/blob/main/taiga/webhooks/tasks.py#L59