[PR #408] [CLOSED] feat: add endpoint for return playlist image #439

Closed
opened 2026-02-27 20:24:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/408
Author: @herberthudson
Created: 4/30/2023
Status: Closed

Base: masterHead: feature/implement-image-endpoint-playlists


📝 Commits (3)

  • abf1ee4 feat: add endpoint for return playlist image
  • 6f50b06 chore: update changelog for PR 408
  • 955bc59 chore: 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.

  • [ x ] New feature (non-breaking change which adds functionality)

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.

## 📋 Pull Request Information **Original PR:** https://github.com/ramsayleung/rspotify/pull/408 **Author:** [@herberthudson](https://github.com/herberthudson) **Created:** 4/30/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/implement-image-endpoint-playlists` --- ### 📝 Commits (3) - [`abf1ee4`](https://github.com/ramsayleung/rspotify/commit/abf1ee42c283aadf7eed9f4141fd92b6dcd7611b) feat: add endpoint for return playlist image - [`6f50b06`](https://github.com/ramsayleung/rspotify/commit/6f50b06d4823794f260c04597b9f4ab0dc1eb1a6) chore: update changelog for PR 408 - [`955bc59`](https://github.com/ramsayleung/rspotify/commit/955bc5929c0ea548c48a1ac4031c9dd37c9f518c) chore: format code with cargo ### 📊 Changes **3 files changed** (+29 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+5 -0) 📝 `rspotify-model/src/playlist.rs` (+7 -0) 📝 `src/clients/base.rs` (+17 -1) </details> ### 📄 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. - [ x ] New feature (non-breaking change which adds functionality) ## 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:24:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rspotify#439
No description provided.