Harrison97 / spotipy-plamere

A light weight Python library for the Spotify Web API
http://spotipy.readthedocs.org/
MIT License
23 stars 3 forks source link

Add method for deleting user's saved albums #2

Closed ryn3 closed 5 years ago

ryn3 commented 5 years ago

Added a method in client.py and created a script in the examples directory that takes in album uris to delete.

Harrison97 commented 5 years ago

Thank you!