Adding missing method for manga collection

This commit is contained in:
Timothy Warren 2017-09-15 15:05:35 -04:00
부모 4b248eb8cf
커밋 23552d62b1
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -84,6 +84,17 @@ class Manga extends API
return $this->kitsuModel->getManga($manga_id);
}
/**
* Get anime by its kitsu id
*
* @param string $animeId
* @return array
*/
public function getMangaById(string $animeId): array
{
return $this->kitsuModel->getMangaById($animeId);
}
/**
* Get information about a specific list item
* for editing/updating that item