Skip to content

Releases: jzheng2017/spotify-web-api-wrapper

v1.2.0

28 Nov 13:59
c56c958
Compare
Choose a tag to compare

Major updates:
This version release the following api endpoint have been covered:

  • Library (complete)

Minor changes to API:

  • gives warning message when response status code does not match expected status code

v1.1.0

24 Nov 21:02
106b71a
Compare
Choose a tag to compare

Major updates:
This version release the following api endpoint have been covered:

  • Follow (complete)

Minor changes to API:

  • retrofit service construction has been moved to a central factory
  • logging level has been set from TRACE to INFO

v1.0.0

22 Nov 01:59
Compare
Choose a tag to compare

This version of the library covers the following endpoints:

  • Albums
  • Artists
  • Browse
  • Episodes
  • Tracks
  • Shows
  • User profile

The following flows has been implemented:

  • Client Credentials Flow
  • Authorization Code Flow