diff --git a/spotify_data/spotifyclient.py b/spotify_data/spotifyclient.py index 65707d0..1a9e6f4 100644 --- a/spotify_data/spotifyclient.py +++ b/spotify_data/spotifyclient.py @@ -2,8 +2,12 @@ import json import base64 -# GOAL: Create a cleaner SpotifyClient class to call from main app - +""" +@todo: +Merge this class with merge spotify.py +Some functions are in both, but the important functions in this file pertain +to creating and modifying Spotify playlists for a user +""" RECENT_TRACKS_ENDPOINT = 'https://api.spotify.com/v1/me/player/recently-played?limit=5' PLAYLISTS_ENDPOINT = 'https://api.spotify.com/v1/me/playlists'