suspend fun getMagazine(magazineId: Int, page: Int? = 1): Magazine
Function to get list of manga based on their magazine/serializer/publisher.
magazineId
- : Magazine ID from MyAnimeList.
page
- : Optional, default is 1. Index of page.
Return
Metadata and anime list of that magazine/serializer/publisher.