dart_holodex_api 0.3.0
dart_holodex_api: ^0.3.0 copied to clipboard
A Dart wrapper for Holodex API v2. Holodex is a website dedicated towards your favorite vtubers, with features like clips management, and music-centric playback.
0.3.0 #
- BREAKING: Convert Organization enum to class with static strings
- BREAKING Rename Includes.descripiton to Includes.description
- Fix possible exception when returned items is null when searching
- Fix description not being returned even when included in includes list
- Fix search returning no videos when organizations are included
- Updated props for toString() of all models
0.2.1 #
- Update pubspec description
- Fix example folder layout
- Fix compatibility with dart runtime js
- Fix formatting with
dart format .
0.2.0 #
- Variables have been renamed to be consistent across all methods
- BREAKING: getVideos() and getLiveVideos()
- renamed
langtolanguages - renamed
sorttovideoSort - renamed
statustovideoStatus - renamed
typetovideoType
- renamed
- BREAKING: getVideos() renamed
topicIdtotopic - BREAKING: getChannels()
- renamed
sorttochannelSort - renamed
langtolanguages
- renamed
- BREAKING: getChannelVideos(), getVTuberClips(), and getVideosRelatedToChannel() renamed
langtolanguages - BREAKING: searchVideos() and searchComments() renamed
vchtovideoChannels
0.1.2+1 #
- Initial release
- Update changelog
0.1.2 (Unreleased) #
- Improve documentation
0.1.1 (Unreleased) #
- Add generated documentation
0.1.0 (Unreleased) #
- Initial version.