suspend fun getAnimeReviews(id: Int, page: Int? = 1): AnimeReviews
Function to get anime's reviews by it's MyAnimeList id
id
- : MyAnimeList id of the anime.
page
- : Optional, default is 1. Index of page, each page contain 20 items.
Return
List of reviews of the anime with given MyAnimeList id.