mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-25 23:45:52 +03:00
[PR #408] [CLOSED] feat: add endpoint for return playlist image #439
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#439
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/408
Author: @herberthudson
Created: 4/30/2023
Status: ❌ Closed
Base:
master← Head:feature/implement-image-endpoint-playlists📝 Commits (3)
abf1ee4feat: add endpoint for return playlist image6f50b06chore: update changelog for PR 408955bc59chore: format code with cargo📊 Changes
3 files changed (+29 additions, -1 deletions)
View changed files
📝
CHANGELOG.md(+5 -0)📝
rspotify-model/src/playlist.rs(+7 -0)📝
src/clients/base.rs(+17 -1)📄 Description
Description
Added endpoint for return playlist image, requested by issue #377
Motivation and Context
adding endpoint that was missing of the spotify api
Dependencies
None
Type of change
Please delete options that are not relevant.
How has this been tested?
was used to test the example that was in the examples/webapp, was created a new endpoint to request this new implementation
Is this change properly documented?
The documentation follows the same example for others implementations in code
Obs:
the endpoint to update the image on SpotifyAPI is not yet in this PR, as the adjustments have not yet been tested, so I have not sent it
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.