danielfm / smudge

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

Use request.el for API calls #64

Closed jkdufair closed 3 years ago

jkdufair commented 3 years ago

Also includes serializing & deserializing the OAuth2 token so the user doesn't have to launch a browser every time they want to use Spotify.

Closes #63 Closes #43

jkdufair commented 3 years ago

@danielfm I added some support functions to this PR too so my separate lyrics package can work. Glad to split it into a separate PR if you prefer.

danielfm commented 3 years ago

It's working great! Thanks again for the awesome contribution! 😄