Reposts
API for interacting with the reposts API endpoint.
Example
Tweak example to fit your tech stack and use case.
repostTrack
Reposts the specified track.
Prop | Type | Default |
---|---|---|
token | string | - |
trackId | number | - |
removeRepostTrack
Removes the repost of the specified track.
Prop | Type | Default |
---|---|---|
token | string | - |
trackId | number | - |
repostPlaylist
Reposts the specified playlist.
Prop | Type | Default |
---|---|---|
token | string | - |
playlistId | number | - |
removeRepostPlaylist
Reposts the specified playlist.
Prop | Type | Default |
---|---|---|
token | string | - |
playlistId | number | - |
More Info
For more info on endpoints see the official Soundcloud API docs.