[PR #18] Added new Follow endpoints #221

Closed
opened 2026-02-27 19:26:42 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/jwilsson/spotify-web-api-php/pull/18

State: closed
Merged: Yes


https://github.com/jwilsson/spotify-web-api-php/issues/17

This is what I came up with.

Some examples:

        $api->currentUserFollows('artist', '74ASZWbe4lXaubB36ztrGX,2t9yJDJIEtvPmr2iRIdqBf');

        $api->followArtistsOrUsers('artist',array('74ASZWbe4lXaubB36ztrGX','2t9yJDJIEtvPmr2iRIdqBf'));

        $api->unfollowArtistsOrUsers('artist',array('74ASZWbe4lXaubB36ztrGX','2t9yJDJIEtvPmr2iRIdqBf'));
**Original Pull Request:** https://github.com/jwilsson/spotify-web-api-php/pull/18 **State:** closed **Merged:** Yes --- https://github.com/jwilsson/spotify-web-api-php/issues/17 This is what I came up with. Some examples: ``` $api->currentUserFollows('artist', '74ASZWbe4lXaubB36ztrGX,2t9yJDJIEtvPmr2iRIdqBf'); $api->followArtistsOrUsers('artist',array('74ASZWbe4lXaubB36ztrGX','2t9yJDJIEtvPmr2iRIdqBf')); $api->unfollowArtistsOrUsers('artist',array('74ASZWbe4lXaubB36ztrGX','2t9yJDJIEtvPmr2iRIdqBf')); ```
kerem 2026-02-27 19:26:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-web-api-php#221
No description provided.