mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-07-30 14:00:18 +00:00
renamed me_playlists t
renamed me_playlists to current_user_playlists to match style of other 'me' endpoints
This commit is contained in:
@@ -331,7 +331,7 @@ class Spotify(object):
|
|||||||
'''
|
'''
|
||||||
return self._get('users/' + user)
|
return self._get('users/' + user)
|
||||||
|
|
||||||
def me_playlists(self, limit=50, offset=0):
|
def current_user_playlists(self, limit=50, offset=0):
|
||||||
""" Get current user playlists without required getting his profile
|
""" Get current user playlists without required getting his profile
|
||||||
Parameters:
|
Parameters:
|
||||||
- limit - the number of items to return
|
- limit - the number of items to return
|
||||||
|
Reference in New Issue
Block a user