django-rest-hooks
django-rest-hooks copied to clipboard
:love_letter: Add webhook subscriptions to your Django app.
Celery 5.0 no longer contains the `celery.task` module. The `Task` class has been moved into the `celery` namespace.
I see some indicators that this project may no longer be maintained. I am considering incorporating this into our code base and I wanted to know if it would be...
Problem: Some imports are unused. Solution: Find and remove them. See: #68
travis can't publish new versions on PyPI: https://travis-ci.org/zapier/django-rest-hooks/jobs/532372176#L796 ``` HTTPError: 400 Client Error: User 'bryanhelmig' does not have a verified primary email address. Please add a verified primary email before...
The [sample code](https://github.com/zapier/django-rest-hooks#django-rest-framework-3) for the Django REST Framework in the README uses `webhooks` naming. This seems conceptually confusing, since the whole point here is to use REST hooks instead of...
I´ll start by asking. Is it possible? I couldn't´t found a way to do that. I´ll explain what: I have a model, say `A` with fields `a`, `b`, `c`. An...
While trying to install the lib: ``` Could not find a version that satisfies the requirement django-rest-hooks==1.6.0 (from -r /opt/app/setup/base_requirements.txt (line 152)) (from versions: 1.0.4, 1.0.5, 1.1.0, 1.1.1, 1.2.0, 1.2.1,...
The built in Signals (in models.py) don’t work with a custom `Hook` model because they are hard coded to use the built in model. Seems like the right way to...
Not sure if there is a better standard practice but using the webhooks I've noted that I need to setup an open POST hook endpoint on the server receiving the...