mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #751] [CLOSED] Option to automatically return the complete playlist #1010
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#1010
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spotipy-dev/spotipy/pull/751
Author: @RozayC
Created: 12/5/2021
Status: ❌ Closed
Base:
master← Head:change_client📝 Commits (10+)
af7b9edAdd files via upload56f7b6fMerge pull request #1 from RozayC/RozayC-patch-14478307Update issue#740_take_user_inputsd5ce7fdUpdate client.py4901832Update client.pyd12cfa0Update client.py7b68fa4Update client.py06b4af9Update client.py43cd1a3Update test_user_endpoints.pyf74f191Delete issue#740_take_user_inputs📊 Changes
3 files changed (+46 additions, -0 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
spotipy/client.py(+40 -0)📝
tests/integration/test_user_endpoints.py(+5 -0)📄 Description
This pull request resolve #740
Created a new function playlist_full in client.py that returns a complete list of tracks. Optional argument limit allows for less than the total track number within the playlist.
Add a test into integrations to check that the complete tracks are returned.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.