Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
1 changed files with 11 additions and 0 deletions
Showing only changes of commit 23552d62b1 - Show all commits

View File

@ -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