- add token setter method for implicit grant
- add related artists
- add recently played artists
- add top tracks
- add categories
- add tracksByPlaylist
- fix currently playing
Please don't mind the weird commit history, I goofed and used rebase first and merge on the later pull requests.
- fix typo in tracks object
- move album model switch to model
- add external_ids and external_urls
- add related-artists to the artists endpoint
- use full Track object in search endpoint
- eliminate duplicate code (serializers)
- add currently playing endpoint
- make pub analyzer happy
- add search endpoint
- support Dart 2 with switch to json_serializable
- add missing _putImpl implementation to SpotifyMock
- add user's saved tracks endpoints
- add pagination support
- add user and playlist endpoints
- fix typo in artists endpoint
- add basic unit tests
- add support for albums and artists
- refactor code a little
- Initial version