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

Feature/183 webhook logs

Open philipflohr opened this issue 1 year ago • 2 comments

Description

Describe:

Adds ability to retrieve Webhook logs. Adds ability to resend a webhooks request.

References

Closes #183

Checklist

  • [x] I have read the contribution guide
  • [ ] Code lint checked via inv lint
  • [x] changes file included (see docs)
  • [ ] Usage documentation added in case of new features
  • [ ] Tests added

philipflohr avatar May 14 '24 12:05 philipflohr

@philipflohr Hi! Sorry for the late answer, and thanks for contributing! Would you mind adding something to the docs about WebhookLogs, similar to the other models? Also, I'm not sure why you're passing pagination=False in the Project.list_webhooks method, and also in the new list_logs Webhook method.

protoroto avatar Jan 13 '25 19:01 protoroto

TBH, I don't remember;)

I'm currently not working on this, but likely I'll have some time to work on this around April. I'll give an update on this.

philipflohr avatar Jan 16 '25 21:01 philipflohr