python-taiga icon indicating copy to clipboard operation
python-taiga copied to clipboard

Support for WebhookLogs

Open philipflohr opened this issue 1 year ago • 0 comments

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

philipflohr avatar May 14 '24 12:05 philipflohr