django-rest-hooks
django-rest-hooks copied to clipboard
:love_letter: Add webhook subscriptions to your Django app.
Hi! We've been thinking about our shiny new RestHooks and thought that it would be neat if there was another column in the Hooks table that let you define an...
I am implementing a webhook-like system, and your library looks to fit the bill – however, I need to define hooks on the fly – they're based on statuses stored...
Hi. Using this package, I developed simple project that send notification to client. In other words, a user created a book, and then someone updated it. Then origin user received...
I have followed the documentation and to be honest I am a bit lost. I wanted to test a simple event where the user logs in an a query is...
I am trying to building something similar to the webhooks available for GitHub organizations. I note that GitHub binds its hooks to their organization model i.e. send me all status...
This is a proposal to add an optional Authorization header to the webhook. Doing so would allow a higher level of security to the outbound payload. Thoughts?