Peter-Schorn / SpotifyAPI

A Swift library for the Spotify web API. Supports all endpoints.
https://peter-schorn.github.io/SpotifyAPI/documentation/spotifywebapi
MIT License
269 stars 33 forks source link

Audiobooks API calls not supported or not functional #67

Open gregggreg opened 6 days ago

gregggreg commented 6 days ago

Some audiobook API calls are missing like "Get Audiobook Chapters".

"Get User's Saved Audiobooks" aka currentUserSavedAudiobooks throws an error if you try to use it. It appears it is trying to retrieve SavedAudiobook objects, but the endpoint returns normal Audiobook objects.

It would be nice if we were able to use all of the audiobooks-related APIs in this project. I would possibly be willing to sponsor such a feature if you can provide a cost estimate.

Thanks.

Peter-Schorn commented 4 days ago

Hi Greg.

Thanks for bringing these issues with the audiobook endpoints to my attention. I have now started working on fixing them. You can expect a new release within a week or so.