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

Add support to web SDK for endpoints that mobile supports #166

Open
7 tasks
banool opened this issue May 21, 2022 · 3 comments
Open
7 tasks

Add support to web SDK for endpoints that mobile supports #166

banool opened this issue May 21, 2022 · 3 comments
Labels
enhancement New feature or request web Specific for web

Comments

@banool
Copy link
Collaborator

banool commented May 21, 2022

This is part of a series of issues tracking progress toward bringing the Web version of this SDK in line with the mobile versions. The below (incomplete) list tracks items that haven't yet been implemented. We can update the list as we add support:

  • toggleShuffle
  • toggleRepeat
  • isSpotifyAppActive
  • seekTo
  • seekToRelativePosition

I have investigated and confirmed that support for all of the above does exist in the Spotify API, it just needs to be hooked up. The below are functions that I'm not sure the web API supports yet (further investigation required):

  • getImage
  • addToLibrary
@banool banool added the enhancement New feature or request label May 21, 2022
@fotiDim
Copy link
Collaborator

fotiDim commented May 21, 2022

@banool They should also be already visible in the readme. Isn't one source of truth enough? If there is anything inaccurate or missing please consider updating the readme.

@banool
Copy link
Collaborator Author

banool commented May 21, 2022

The intent of this PR isn't to track what features are not available today, it is to track progress towards implementing them.

@fotiDim
Copy link
Collaborator

fotiDim commented May 26, 2022

@banool fair enough. We could adopt the Spotify package for the missing features to minimize the effort and also see how nicely the two packages play together. Eventually we could reimplement the old features with it.

@fotiDim fotiDim added the web Specific for web label Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request web Specific for web
Projects
None yet
Development

No branches or pull requests

2 participants