suspend fun getTopManga(page: Int? = 1, subtype: TopSubtype? = TopSubtype.NONE): TopManga
Function to get all top manga on MyAnimeList.
page
- : Optional, default is 1. Index of page, each page contain 50 items.
subtype
- : Optional, subtype type (novel, manga, etc).
Return
List of top manga on MyAnimeList.