-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
Issue: API instantiation on android is still too confusing and DIY. spotify-web-api-kotlin has gradually expanded its targets, but its JVM beginnings are still evident in the lack of documentation around mobile authentication.
Solution:
- Two dependencies, to spotify-auth-api and app-remote, will be added for the Android target. iOS target is TBD.
- Wrapper around authentication APIs will be provided in the style of existing builders (3.6.0)
- Wrapper around SpotifyAppRemote APIs will be provided in the style of a new API inside SpotifyClientApi (AppRemoteWrapperApi) (3.6.1)
- Succinct documentation around how to use both wrappers will be provided (3.6.0-3.6.1)
- Example application for Android will be developed (3.6.2)
- Samples will be developed and fully cover the library (3.6.3)
Target for 3.6.0 is March 14, 2021.
spotify-auth wrapper is now complete and needs testing.