jikan_api 1.7.0
jikan_api: ^1.7.0 copied to clipboard
Dart wrapper for the Jikan API, an unofficial MyAnimeList API.
1.7.0 #
- Removed deprecated user lists endpoints.
- Updated
GenreList.anime
andGenreList.manga
entries again.
1.6.1 #
- Set
type
param to nullable. - Add
themes
,demographics
andexplicitGenres
fields to models. - Updated
GenreList.anime
andGenreList.manga
entries.
1.6.0 #
- Migrate to null safety.
1.5.0+1 #
- Internal changes and notes added to readme.
1.5.0 #
- Updated
getGenre
method to better use (breaking change). GenreList
now returns the list of anime and manga genres.
1.4.0 #
- Add optional param
debug
to print url in the console, defaults false. - Add optional param
custom
to allow advancedsearch
method. - Update lower bound of dart dependency to 2.7.0.
1.3.0 #
- Added club models.
- Set optional param
type
togetAnimeForum
andgetMangaForum
. - Set optional param
page
togetUserFriends
. getAnimeMoreInfo
andgetMangaMoreInfo
now returnsString
.
1.2.0 #
- Set
scoredBy
param to nullable. - Fixed linter warnings.
1.1.0 #
- Updated http method to rescue server errors.
1.0.0+1 #
- Updated user list parameters.
1.0.0 #
- Fixed package suggestions.
0.0.1 #
- Initial release.