Authenticated and/or premium plays should not count towards rate limit
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 254
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
Authenticated and/or premium plays should not count towards rate limit
Endpoint(s):
GET //tracks/{track_id}/streams
Scope(s):
- All (Authorization code grant)
It's logical that there is a rate limit on the APIs for streaming. But as logged in users, and especially Premium users, it is a limiting factor. It would be nice if steamed with an oauthToken didn't count towards that limit.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the rate-limit behavior for GET //tracks/{track_id}/streams and the Authorization code grant scope described in the issue. Confirm how authenticated and Premium plays are counted today; done means those plays no longer consume the streaming API rate limit.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100