spotify_api 0.4.0-alpha
spotify_api: ^0.4.0-alpha copied to clipboard
A wrapper for the Spotify Web API, implemented in pure Dart.
Changelog #
0.4.0-alpha #
- Improve error handling
- RateLimitingException now contains the duration after which a retry should be done
- Not attempt is made to decode rate limiting error responses (they're not JSON)
Breaking Changes #
- Remove
clientIdfield from abstractAccessTokenRefresher
0.3.1-alpha #
- Add
rawAccessTokengetter - Export RequestsClient in
extension.dartmodule
0.2.1-alpha #
- Now compatible with the Web platform
- Previously deprecated
AuthorizationCodeResponseremoved - Fixed signature of
UserAuthorizationFlowto not require a RequestsClient instance
0.2.0-alpha #
Breaking Changes #
- (#15) Split up
AuthenticationFlowintoAccessTokenRefresherandUserAuthorizationFlow
0.1.0-alpha.3 #
Further package quality improvements.
0.1.0-alpha.2 #
Several package quality improvements.
0.1.0-alpha.1 #
Initial alpha release.