Skip to content

ytmapi-rs-v0.0.9

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 14:50
· 48 commits to main since this release
9956193

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.