renamed me_playlists t

renamed me_playlists to current_user_playlists to match style of other 'me' endpoints
This commit is contained in:
Paul Lamere 2016-12-31 10:10:22 -05:00 committed by GitHub
parent 1f4189b1be
commit b48990f02a
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ class Spotify(object):
'''
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
Parameters:
- limit - the number of items to return