Add async http calls to Spotify Web API #2
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
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.
The text was updated successfully, but these errors were encountered: