spotify-web-api-java

A Java wrapper for Spotify's Web API.

MIT License

Stars
1K

Bot releases are hidden (Show)

spotify-web-api-java - v3.1.0

Published by dargmuesli about 5 years ago

  • Adds Jackson for deserialization of classes that follow the builder pattern (pretty much all)
spotify-web-api-java - v3.0.0

Published by dargmuesli about 5 years ago

  • Removes Java 1.7 from supported versions
spotify-web-api-java - v2.2.1

Published by dargmuesli about 5 years ago

  • Bugfix for copyright types (#168)
spotify-web-api-java - v2.2.0

Published by thelinmichael over 5 years ago

  • The unfollow-playlist request was updated, making the old version legacy (#165)
spotify-web-api-java - v2.1.2

Published by dargmuesli almost 6 years ago

  • Only parse JSON objects as such (#160)
spotify-web-api-java - v2.1.1

Published by dargmuesli almost 6 years ago

  • Start/Resume Playback position_ms has to be a body parameter (#157)
spotify-web-api-java - v2.1.0

Published by dargmuesli about 6 years ago

spotify-web-api-java - v2.0.5

Published by dargmuesli about 6 years ago

  • HTML5 Javadoc
  • Add ability to set http request timeouts in HttpManager (#150)
  • Small fix to use cacheMaxObjectSize for cache object size instead of cacheMaxEntries (#150)
  • Make httpClient final instead of static.
spotify-web-api-java - v2.0.4

Published by dargmuesli about 6 years ago

  • Correct playlist track URIs in example and test file
spotify-web-api-java - v2.0.3

Published by dargmuesli over 6 years ago

  • Check for an empty response body to prevent an error (#144)
spotify-web-api-java - v2.0.2

Published by dargmuesli over 6 years ago

  • SimpleDateFormat is now thread safe (#141)
  • Fixed measure parsing for audio analysis (#142)
spotify-web-api-java - v2.0.1

Published by dargmuesli over 6 years ago

  • Fix for playlist track removal
  • Correction of URI usages
spotify-web-api-java - v2.0.0

Published by dargmuesli over 6 years ago

  • Fix for request content
  • Enum key functions
  • JSON headers at all appropriate requests
  • Enhancement for "too many requests" error.
  • Several small bugfixes and optimizations
spotify-web-api-java - v2.0.0-RC2

Published by dargmuesli over 6 years ago

  • Major request parameter fix
  • Asynchronous exceptions
  • Several small bugfixes and optimizations
  • Travis release support
spotify-web-api-java - v2.0.0-RC1

Published by dargmuesli over 6 years ago

  • Major rewrite of the whole project. Too many changes to list them here. All current endpoints are now supported and documentation was added.
spotify-web-api-java - v1.4.7

Published by dargmuesli over 6 years ago

  • Get a user's starred tracks. (Thanks felx)
spotify-web-api-java - v1.4.8

Published by dargmuesli over 6 years ago

  • Enable limit and offset parameters when retrieving a playlist's tracks.
spotify-web-api-java - v1.4.11

Published by dargmuesli over 6 years ago

spotify-web-api-java - v1.5

Published by dargmuesli over 6 years ago

  • Change response type for Add Tracks to Playlist to SnapshotResult since it now includes a snapshot_id. Code using
    Add Tracks to Playlist will break with this change.
spotify-web-api-java - v1.4.21

Published by dargmuesli over 6 years ago