like and dislike

This commit is contained in:
BennyThink
2021-07-26 20:24:32 +08:00
parent 86bc6d8180
commit 6064be2b4c
4 changed files with 79 additions and 8 deletions

View File

@@ -157,6 +157,9 @@ class CommentResource:
def delete_comment(self, comment_id: str):
pass
def react_comment(self, username, comment_id, verb):
pass
class CommentChildResource:
def get_comment(self, parent_id: str, page: int, size: int) -> dict: