thorn.django.rest_framework.views¶
thorn.django.rest_framework.views¶
API endpoints for users to create and manage their webhook subscriptions.
-
class
thorn.django.rest_framework.views.SubscriberList(**kwargs)[source]¶ List and create new subscriptions for the currently logged in user.
-
model¶ alias of
Subscriber
-
permission_classes¶
-
serializer_class¶ alias of
SubscriberSerializer
-