Apply sort on playlist's tracks

Open
#208 4 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale

Research direction

Start with the playlist tracks endpoint shown in the issue: /playlists/12345/tracks?limit=1&linked_partitioning=true. Determine whether server-side sorting by created_at can be supported for this response and define the request syntax. Done means clients can retrieve tracks in created_at order without downloading and sorting the full playlist locally.

Written by the indexing model from the issue text.

Description

enhancement

Hello everyone!

is it possible, by using
https://api.soundcloud.com/playlists/12345/tracks?limit=1&linked_partitioning=true
to sort the result by created_at?

I have some playlists with hundreds of tracks, downloading all them and sort it is very expensive and slow

Dominant language
JavaScript
Stars
254
Forks
53
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from soundcloud/api

All issues in soundcloud/api

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.