ErikBoesen / schoolopy

:school: Python wrapper for Schoology's REST API.
MIT License
47 stars 19 forks source link

Add get_comment_likes method #23

Closed qiz-li closed 3 years ago

qiz-li commented 3 years ago

Thanks for this! I'm making something that works with Likes on Schoology. Although there is a like_comment and unlike_comment method, there doesn't seem to be a method to list all likes on a comment. This adds a method that would be able to list comment likes just as with listing likes on an object using the get_likes method.

ErikBoesen commented 3 years ago

Thanks for the contribution!