Beispiel #1
0
 def comment_add(self, request):
     """API endpoint to add a comment
     """
     comment = Comment.put_from_message(request)
     return comment.to_message()