Exemple #1
0
 def create(self, request):
     """
     Implements the POST method for the list endpoint as described in the
     class docstring.
     """
     return Response(create_thread(request, request.data))
Exemple #2
0
 def create(self, request):
     """
     Implements the POST method for the list endpoint as described in the
     class docstring.
     """
     return Response(create_thread(request, request.data))