Follow
METHOD | ENDPOINT | USAGE |
---|---|---|
delete | /v1/me/following | Unfollow Artists or Users |
delete | /v1/playlists/{playlist_id}/followers | Unfollow a Playlist |
get | /v1/me/following/contains | Check if Current User Follows Artists or Users |
get | /v1/me/following | Get Followed Artists |
get | /v1/playlists/{playlist_id}/followers/contains | Check if Users Follow a Playlist |
put | /v1/me/following | Follow Artists or Users |
put | /v1/playlists/{playlist_id}/followers | Follow a Playlist |