SpotifyAPI icon indicating copy to clipboard operation
SpotifyAPI copied to clipboard

A Swift library for the Spotify web API. Supports all endpoints.

Results 9 SpotifyAPI issues
Sort by recently updated
recently updated
newest added

The Playlist API just started returning a `null` image array (instead of an empty array as the documentation suggests and the code assumes). This change prevents the JSONDecoder from crashing...

Hi, I have cloned the SpotifyAPIExample but edit some features, and now I have a problem, when I first login, everything worked, but after logout using this `Button(action: spotify.api.authorizationManager.deauthorize)` it...

Hi, I'm trying to use your package on macOS Ventura, Xcode 15.1 and I'm getting build/linker errors (undefined symbols). I'm not quite sure which target in the package causes them,...

Love this library, thank you all your hard work! I have noticed that, when I get a 429 error (rate limited) on the Recommendations endpoint, the sink subscriber doesn't get...

If you include SpotifyAPI using Swift Package Manager, it includes the SpotifyExampleContent in your resulting app, adding several megabytes of unused content into your app. I've removed it from my...

If you include SpotifyAPI using Swift Package Manager, it includes the SpotifyExampleContent in your resulting app, adding several megabytes of unused content into your app.

Some album responses cannot be decoded as 'Album' when using the getFromHref method. Response type is set to Album.self. Not working: https://api.spotify.com/v1/albums/2zffBP6FVUDZ3dsKodfQi6 Working: https://api.spotify.com/v1/albums/6o2MlLAGbWE61paiQzGZYH Looks like that the non-working one...

Spotify playlists with no tracks will have images as nil. Current Playlist model has images as non-nil & causes decoding error. - Images are now optional in Playlist model -...

While looking into Issue https://github.com/Peter-Schorn/SpotifyAPI/issues/71, I ran into a new issue after revoking the app's access from Spotify Account -> Manage Apps (https://www.spotify.com/ca-en/account/apps/). What happens here is that the refresh...