Exemplo n.º 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))
Exemplo n.º 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))