Skip to content

Commit

Permalink
Update docs for current_user_top_artists (spotipy-dev#1171)
Browse files Browse the repository at this point in the history
* Update docs

Add maximum value for limit parameter. See: https://developer.spotify.com/documentation/web-api/reference/get-users-top-artists-and-tracks

* Update CHANGELOG.md

---------

Co-authored-by: Stéphane Bruckert <[email protected]>
  • Loading branch information
2 people authored and 508chris committed Jan 18, 2025
1 parent 9db85f3 commit 49f5c13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ Add your changes below.
- Fixed scripts in examples directory that didn't run correctly
- Updated documentation for `Client.current_user_top_artists` to indicate maximum number of artists limit

### Changed

- Updated get_cached_token and save_token_to_cache methods to utilize Python's Context Management Protocol
- Added except clause to get_cached_token method to handle json decode errors

### Removed

## [2.25.0] - 2025-03-01
Expand Down

0 comments on commit 49f5c13

Please sign in to comment.