Skip to content

Commit

Permalink
Add a todo for Spotify Client
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiddon3 committed May 1, 2021
1 parent a35ee97 commit aab129c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions spotify_data/spotifyclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit aab129c

Please sign in to comment.