danielfm / smudge

Control the Spotify app from within Emacs.
https://asciinema.org/a/218654
GNU General Public License v3.0
313 stars 47 forks source link

Use request.el for HTTP requests #63

Closed jkdufair closed 3 years ago

jkdufair commented 3 years ago

In light of some instability with HTTP requests to the Spotify API (maybe incompatibilities between Emacs TCP connection lib & whatever the Spotify API is running), we could switch to using request.el (https://github.com/tkf/emacs-request) which will utilize curl if available.