ytmapi-rs-v0.0.9
github-actions
released this
31 Jul 14:50
·
48 commits
to main
since this release
Added
- [breaking] Implement Get method requests - specifically AddHistoryItemQuery. Resolves #60 (#107), and includes fix for #106.
generate_xx functions now take Client parameter. Removal of complex YtMusic constructors (functionality moved to new YtMusicBuilder), removed some public functions from RawResult. Query and AuthToken traits modified to allow for specialising by Post / Get type. - [breaking] Improve error messages (#102)
Removed TryFrom implementation for AlbumType, remove ErrorKind::Other, replaced ZST ApiSuccess with ApiOutcome enum.