# get first page of animes ordered by recently updated
MalParser::Catalog::Page.call type: 'anime', page: 0, sorting: 'updated_at'
# get first page of animes ordered by name
MalParser::Catalog::Page.call type: 'manga', page: 0, sorting: 'name'
# get anime id=1
MalParser::Entry::Anime.call 1
# get anime id=1 characters
MalParser::Entry::Characters.call 1, :anime
# get anime id=1 recommendations
MalParser::Entry::Recommendations.call 1, :anime
# get manga id=1
MalParser::Entry::Manga.call 1
# get character id=1
MalParser::Entry::Character.call 1
# get person id=1
MalParser::Entry::Person.call 1
-
Notifications
You must be signed in to change notification settings - Fork 2
License
shikimori/mal_parser
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Code of conduct
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published