Skip to content

Releases: DJDoubleD/QobuzApiSharp

Version 0.0.8

02 Jan 14:50
Compare
Choose a tag to compare

Feature release

Added User Favorites Endpoint methods:

  • Add user favorites
    add 1 or more tracks, albums and/or artists to the user's favorites
  • Remove user favorites
    remove 1 or more tracks, albums and/or artists from the user's favorites

Added generated API documentation to repo (link in README):

Minor improvements in code

Version 0.0.7

30 May 20:44
Compare
Choose a tag to compare

Bugfix / feature release

Sigh... turns out the Qobuz API can return 2 different object types for the Playlist track_ids field:

So now:

  • Added a converter to parse both types to List<long> (and hope there aren't other variable fields)

Version 0.0.6

30 May 16:21
Compare
Choose a tag to compare

Bugfix Release

Fix Playlist data model:

  • track_ids should normally be just a List of numbers

Version 0.0.5

29 May 20:51
Compare
Choose a tag to compare

Added new artist endpoint:

  • Added artist/getReleasesList Endpoint method
  • Added related ReleaseList Model classes

Version 0.0.4

27 May 17:54
Compare
Choose a tag to compare

No changes, just added the XML DOC file that seems to have been missing from previous versions.

Version 0.0.3

15 May 00:26
Compare
Choose a tag to compare

Bugfix release to fix Album JSON parse error:

  • Add Area model object
  • Add Period model object

Version 0.0.2

20 Apr 19:27
Compare
Choose a tag to compare

Bugfix release to fix usage of X-App-Id header:

  • Don't set X-App-Id header again for each request
  • Also add X-App-Id default header when not spoofing Web Player

Version 0.0.1

17 Apr 12:44
Compare
Choose a tag to compare

Initial release.