Releases: jsncmgs1/spotify_ex
Releases · jsncmgs1/spotify_ex
v2.2.1
v2.1.0
v2.0.9
v2.0.8 - Upgrade Elixir version and deps
No feature changes or bug fixes, biggest change to the code base is using mix format
to format code, and upgrading deps.
Handle 429 Response
When we get a 429 code back from Spotify indicating we hit the rate limit, we return the time left until we can send another request. Thanks @steveklebanoff !
Update playlist JSON responses
- Playlist API needed to handle multi JSON schemas
2.0.3
Add support for request body in Playlist modules
There were many endpoints in Playlist
that have request body support OR uri param support in the Spotify api. This adds body support to those functions without breaking existing APIs.