python-taiga
python-taiga copied to clipboard
Feature/183 webhook logs
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]
changesfile included (see docs) - [ ] Usage documentation added in case of new features
- [ ] Tests added
@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.
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.