Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: FW-57 retrieve existing playlists #25

Merged
merged 9 commits into from
Feb 18, 2025
Merged

feat: FW-57 retrieve existing playlists #25

merged 9 commits into from
Feb 18, 2025

Conversation

barroro
Copy link
Collaborator

@barroro barroro commented Feb 16, 2025

  • Create PlaylistsHTTPClient with searchPlaylists method to retrieve all the existing playlists.
  • Create a new API route to retrieve existing playlists using PlaylistsHTTPClient.
  • Create the Playlist entity.

@barroro barroro marked this pull request as ready for review February 17, 2025 19:55
Copy link
Owner

@DanielMoraDC DanielMoraDC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good job 🚀

There is a bit of duplication but I would say that we abstract the clients whenever we see a third use case that can benefit from that, so we avoid adding too much complexity early on.

@barroro barroro merged commit d00cf56 into main Feb 18, 2025
2 checks passed
@barroro barroro deleted the FW-57 branch February 18, 2025 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants