mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-01-08 15:42:48 +00:00
Add 'playlist' to the search endpoint documentation
This commit is contained in:
parent
db453d4d45
commit
ae71e89326
@ -264,8 +264,8 @@ class Spotify(object):
|
|||||||
- q - the search query
|
- q - the search query
|
||||||
- limit - the number of items to return
|
- limit - the number of items to return
|
||||||
- offset - the index of the first item to return
|
- offset - the index of the first item to return
|
||||||
- type - the type of item to return. One of 'artist', 'album'
|
- type - the type of item to return. One of 'artist', 'album',
|
||||||
or 'track'
|
'track' or 'playlist'
|
||||||
'''
|
'''
|
||||||
return self._get('search', q=q, limit=limit, offset=offset, type=type)
|
return self._get('search', q=q, limit=limit, offset=offset, type=type)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user