django-webhook icon indicating copy to clipboard operation
django-webhook copied to clipboard

Add hooks to allow for customised serialization

Open nanorepublica opened this issue 9 months ago • 1 comments

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)

nanorepublica avatar Feb 04 '25 14:02 nanorepublica