JikanClient.prototype.getMangaRecommendations(mangaId: number): Promise<baseModel.MalEntries[]>
getMangaRecommendations: Get a Manga's Recommendations from the Jikan API by its ID
Promise<baseModel.MalEntries[]>
JikanClient.prototype.getMangaRecommendations(mangaId: number): Promise<baseModel.MalEntries[]>
getMangaRecommendations: Get a Manga's Recommendations from the Jikan API by its ID
Promise<baseModel.MalEntries[]>
import { JikanClient } from ".";