Greg Schmit
Greg Schmit
Well, "webhooks" is just a description of a system hitting an API when an event happens. This project already assists developers in building APIs, and libraries like `HTTParty` already exist...
One other thing to note is that this would all be opt-in. We would not make the normal controller mixins generate this behavior.
I like this idea; a PR is welcome, however this weekend I might be able to tackle this. Some of the methods I overrode from DRF, so I probably should...
Update: I added a test that shows the problem and it fails in `main` but passes on this branch. I ran tests and everything passed.