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 async http calls to Spotify Web API #2

Open
jzheng2017 opened this issue Dec 11, 2020 · 0 comments
Open

Add async http calls to Spotify Web API #2

jzheng2017 opened this issue Dec 11, 2020 · 0 comments
Labels
api An issue directly related to the public api of the library enhancement New feature or request epic An issue tracking a large piece of work that will be split into smaller issues

Comments

@jzheng2017
Copy link
Owner

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 be to implement asynchronous HTTP calls of the existing synchronous http calls.

@jzheng2017 jzheng2017 added enhancement New feature or request api An issue directly related to the public api of the library epic An issue tracking a large piece of work that will be split into smaller issues labels Dec 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api An issue directly related to the public api of the library enhancement New feature or request epic An issue tracking a large piece of work that will be split into smaller issues
Projects
None yet
Development

No branches or pull requests

1 participant