mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Merge pull request #436 from MLK97/master
Updated documentation for search-method
This commit is contained in:
commit
c22ba27cf1
@ -353,7 +353,7 @@ class Spotify(object):
|
|||||||
Parameters:
|
Parameters:
|
||||||
- q - the search query (see how to write a query in the
|
- q - the search query (see how to write a query in the
|
||||||
official documentation https://developer.spotify.com/documentation/web-api/reference/search/search/) # noqa
|
official documentation https://developer.spotify.com/documentation/web-api/reference/search/search/) # noqa
|
||||||
- limit - the number of items to return
|
- limit - the number of items to return (min = 1, default = 10, max = 50)
|
||||||
- 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',
|
||||||
'track' or 'playlist'
|
'track' or 'playlist'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user