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

Issue: Change Playlist Track Retrieval from POST to GET Request #1

Open
2 tasks
aadityathukral opened this issue Nov 28, 2024 · 0 comments
Open
2 tasks

Comments

@aadityathukral
Copy link
Owner

aadityathukral commented Nov 28, 2024


Description:

Currently, the process for retrieving tracks from a playlist uses a POST request. This needs to be changed to a GET request for better alignment with RESTful principles and to improve efficiency.


Tasks:

  • Refactor the current implementation to use a GET request instead of POST.
  • Ensure all tracks are properly loaded, especially for large playlists.
    • Note: Some cases have shown only 100 tracks load when a playlist has more (e.g., playlists with 112 tracks).

Additional Information:

  • Consider pagination or batching for large playlists to avoid incomplete data retrieval.
@aadityathukral aadityathukral changed the title Getting tracks from a playlist is currently a POST request, need to change it to a GET request Issue: Change Playlist Track Retrieval from POST to GET Request Nov 28, 2024
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

No branches or pull requests

1 participant