Releases: jzheng2017/spotify-web-api-wrapper
Releases · jzheng2017/spotify-web-api-wrapper
v1.2.0
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
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
toINFO
v1.0.0
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