get Followed Artists
suspend fun getFollowedArtists(type: FollowType = FollowType.ARTIST, limit: Int? = null, after: String? = null): SpotifyApiResponse<FollowedArtists>
Deprecated
Spotify marks GET /v1/me/following as deprecated.
Gets artists followed by the current user.
Return
Wrapped Spotify API response with status code and parsed Spotify payload.
Parameters
type
Spotify API type parameter required by the endpoint.
limit
Maximum number of items to return in one page.
after
Cursor ID of the last artist from the previous page (after parameter for follow pagination).