mirror of
https://github.com/c0de-archive/spotipy.git
synced 2024-11-04 23:17:48 +00:00
Merge pull request #43 from JMPerez/patch-1
Add 'playlist' to the search endpoint documentation
This commit is contained in:
commit
31894b8087
@ -264,8 +264,8 @@ class Spotify(object):
|
||||
- q - the search query
|
||||
- limit - the number of items to return
|
||||
- offset - the index of the first item to return
|
||||
- type - the type of item to return. One of 'artist', 'album'
|
||||
or 'track'
|
||||
- type - the type of item to return. One of 'artist', 'album',
|
||||
'track' or 'playlist'
|
||||
'''
|
||||
return self._get('search', q=q, limit=limit, offset=offset, type=type)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user