spotify-web-api-wrapper icon indicating copy to clipboard operation
spotify-web-api-wrapper copied to clipboard

Spotify API wrapper for Java

Results 21 spotify-web-api-wrapper issues
Sort by recently updated
recently updated
newest added

Currently there are only few example usages in the [README.md](https://github.com/jzheng2017/spotify-web-api-wrapper#example-usages) that explains how to use the library. It would be great if there was documentation explaining each function that is...

documentation
help wanted
api
epic

See [advice](https://www.reddit.com/r/java/comments/k7kik7/my_first_open_source_library/geufinz/) from amihaiemil. Explanation of fluent interfaces: https://en.wikipedia.org/wiki/Fluent_interface Making the current `SpotifyApi` fluent would be a great enhancement. **Details will soon be worked out further in detail.**

enhancement
api
epic

Currently `SpotifyApi` makes synchronous HTTP calls to the Spotify Web API. This may not be desirable as it blocks the application until the request is returned. A great enhancement would...

enhancement
api
epic

Currently the library exposes a lot of internal details, a lot of classes are public. This may not be desirable as end users of the library shouldn't know of the...

enhancement
api

Added doc for impl class

Get a list of the episodes saved in the current Spotify user's library.

This pull request includes a series of refactorings to improve code readability and modularity. The changes are as follows: Introduce MAX_EPISODE_ID_ALLOWED constant: Replaced the magic number with a named constant...

Modified validation conditions for more meaningful logs and error handling. ### Type of change - [ ] code smell ### How Has This Been Tested? I ran existing test cases...

This PR was automatically created by Safer, an open-source tool that updates vulnerable dependencies with compatible and more secure versions. Analyzed commit: 9689290b04dd8f8eabb4be30dd240975fdae22fb File updated: pom.xml Vulnerabilities reduced: 8 ->...