Add ability to post track as track[sharing]=schedule
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 254
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
Endpoint(s):
POST /tracks
Scope(s):
- OAuth
Steps to reproduce:
curl --request POST \
--url 'https://api.soundcloud.com/tracks?track[title]=trackname&track[asset_data]=@ PATH_TO_A_FILE&track[sharing]=private
Expected behaviour:
I'd like the ability to post a track with the status of schedule so that it can be autopublished on a desired date. Can this be done via the tracks POST endpoint?
Actual behaviour:
Only private or public are valid values for track[sharing]
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 POST /tracks endpoint and the OAuth-scoped request shown in the issue, then determine whether track[sharing] accepts any value beyond private or public. Done means the API behavior and documentation clearly support scheduling publication for a requested date, or explicitly document that it is unavailable.
Written by the indexing model from the issue text.
Assessment
- Domain
- api, authentication
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100