get Related Artists
abstract suspend fun getRelatedArtists(id: String): SpotifyApiResponse<RelatedArtists, ErrorBody>(source)
Get related artists API returns the artists similar to the given artist.
See the Spotify doc.
Return
RelatedArtists when success and ErrorBody when error.
Parameters
id