django-webhook
django-webhook copied to clipboard
Add hooks to allow for customised serialization
The current serialization of the model for the webhook is limited. For example relationships will use the PK instead of an option like a slug or name field.
I would like to suggest adding some hooks which would allow a developer to bring their own serialization solution (eg Django's default, DRF or Ninja come to mind)