Like a playlist as the authenticated user.
OAuth access token
The playlist's numeric ID or URN
true if the like was successful, false on failure
true
false
import { likePlaylist } from 'soundcloud-api-ts';const success = await likePlaylist(token, 789012); Copy
import { likePlaylist } from 'soundcloud-api-ts';const success = await likePlaylist(token, 789012);
https://developers.soundcloud.com/docs/api/explorer/open-api#/likes/post_likes_playlists__playlist_id_
Like a playlist as the authenticated user.