suspend fun getProducer(producerId: Int, page: Int? = 1): Producer
Function to get list of anime based on their producer.
producerId
- : Producer ID from MyAnimeList.
page
- : Optional, default is 1. Index of page.
Return
Metadata and anime list of that producer.