For 5~8 endpoints, plural instead of single.
E.g. /api/comments/{comment_id}/like -> /api/comments/{comment_id}/likes
Naming of the user specific data on comment:
is_modifiable - > is_modifiable_by_current_user
like_state -> is_liked_by_current_user
dislike_state -> is_disliked_by_current_user
Currently supported 'order_by': ['desc_likes']. Tiebreak not examined.
All feature in #57 is implemented.
Some differences:
Currently supported 'order_by': ['desc_likes']. Tiebreak not examined.