You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Django REST Hooks package doesn't implement any API code, so we need to do that ourselves.
We need to create serializers, views, and URLs for it. We can find an example in the package README file: https://github.com/zapier/django-rest-hooks#django-rest-framework-3
We have to also create an endpoint to provide the list of available events.
The text was updated successfully, but these errors were encountered:
Proposal
The Django REST Hooks package doesn't implement any API code, so we need to do that ourselves.
We need to create serializers, views, and URLs for it. We can find an example in the package README file: https://github.com/zapier/django-rest-hooks#django-rest-framework-3
We have to also create an endpoint to provide the list of available events.
The text was updated successfully, but these errors were encountered: