mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #65] [CLOSED] Adds support for get playlist tracks API endpoint. #219
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#219
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/ramsayleung/rspotify/pull/65
Author: @tgockel
Created: 11/22/2019
Status: ❌ Closed
Base:
master← Head:issue/16/get-playlist-tracks📝 Commits (1)
9f312e8Adds support for get playlist tracks API endpoint.📊 Changes
1 file changed (+33 additions, -0 deletions)
View changed files
📝
src/spotify/client.rs(+33 -0)📄 Description
This adds support for the
playlists/{playlist_id}/tracksAPI,which is part of issue #16. The parameters were copied from the
existing
user_playlist_trackswithoutuser_id.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.