updated documentation for search method

This commit is contained in:
MLK97 2020-02-05 15:48:31 +01:00
parent 93412a7b78
commit 9056bd1309

View File

@ -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'