Skip to content

Commit

Permalink
Accept only IDs in recommendations, fixes #173
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hilden committed Apr 16, 2020
1 parent 04661f8 commit 729a986
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/src/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Release notes
=============
Unreleased
----------
Fixed
*****
- :meth:`recommendations <tekore.client.api.SpotifyBrowse.recommendations>`
documentation changed to reflect that only IDs are accepted as seeds,
not URIs or URLs (:issue:`173`)

1.6.0 (2020-04-07)
------------------
Added
Expand Down
6 changes: 3 additions & 3 deletions tekore/client/api/browse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,11 @@ def recommendations(
Parameters
----------
artist_ids
list of artist IDs, URIs or URLs
list of seed artist IDs
genres
list of genre names
list of seed genre names
track_ids
list of artist IDs, URIs or URLs
list of seed artist IDs
limit
the number of items to return (1..100)
market
Expand Down

0 comments on commit 729a986

Please sign in to comment.