SpotifyApi icon indicating copy to clipboard operation
SpotifyApi copied to clipboard

Spotify Web API Wrapper with Retrofit and OkClients just for Android. This library includes authentication and account token management feature.

Results 2 SpotifyApi issues
Sort by recently updated
recently updated
newest added

PagerTrack should contain a page of track, not tracks. https://github.com/kaaes/spotify-web-api-android/blob/master/src/main/java/kaaes/spotify/webapi/android/models/TracksPager.java https://github.com/Drivemode/SpotifyApi/blob/master/SpotifyApi/src/main/java/com/drivemode/spotify/models/TracksPager.java https://api.spotify.com/v1/search?type=track&q=Skrillex&offset=0&limit=50

Would you consider changing Application parameter to Context instead?, i'm developing a library that has multiple services (Spotify is one) and using the API enforce me to initialise SpotifyAPI in...