Spartan icon indicating copy to clipboard operation
Spartan copied to clipboard

An Elegant Spotify Web API Library Written in Swift for iOS and macOS

Results 8 Spartan issues
Sort by recently updated
recently updated
newest added

`Spartan.getTrack(id: "11dFghVXANMlKmJXsNCbNl", success: { (track) in self.currentSong = track // FIXME: gets the album instead of the song self.miniPlayer?.configure(song: self.currentSong) }) { (error) in print("Error while fetching the track: \(error.description)")...

I was using the `getArtists(ids: [String]...)` method with chunks of artist identifiers, each counting 50, as API states that's the limit and in some cases the app crashes. See attached...

When using Spartan method `getTrack(id: String...)` Track object is received but most of its properties are `nil`, when I checked the `uri` of the object it turns out that actually...

I am creating an app that exports playlists to Spotify. Currently, I have an array of Spotify song URIs. I have no knowledge of how the Spotify SDK works and...

I want to access the 'spotifyDescription' of Playlist, however as I searched through the methods, the 'Playlist' class is not even used anywhere.

add agenda, add list and drop down blocks to usage examples section I add it because it is difficult and a bit boring to scroll all the usage examples list...

I'm trying to use `if object.canMakeNextRequest` to get all possible artists returned by `getMyFollowedArtists` however the second request doesn't appear to be returning an object with any items in it....