Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create wrapper around spotify-auth-api and spotify-app-remote #250

Open
adamint opened this issue Feb 5, 2021 · 2 comments
Open

Create wrapper around spotify-auth-api and spotify-app-remote #250

adamint opened this issue Feb 5, 2021 · 2 comments
Assignees

Comments

@adamint
Copy link
Owner

adamint commented Feb 5, 2021

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:

  1. Two dependencies, to spotify-auth-api and app-remote, will be added for the Android target. iOS target is TBD.
  2. Wrapper around authentication APIs will be provided in the style of existing builders (3.6.0)
  3. Wrapper around SpotifyAppRemote APIs will be provided in the style of a new API inside SpotifyClientApi (AppRemoteWrapperApi) (3.6.1)
  4. Succinct documentation around how to use both wrappers will be provided (3.6.0-3.6.1)
  5. Example application for Android will be developed (3.6.2)
  6. 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.

@adamint adamint self-assigned this Feb 5, 2021
@RWitak
Copy link

RWitak commented Nov 30, 2022

Any updates on this would be highly appreciated, I do struggle a lot with the Android Auth process, even with the help of the example app...
But still, thanks for the awesome work so far!

@adamint
Copy link
Owner Author

adamint commented Jul 8, 2023

Hi @RWitak, apologies for the absurdly late response. This is as much for anyone coming across this in the near future. Auth integration has already been completed and is documented, but app-remote integration has not been

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants