get Several Albums
suspend fun getSeveralAlbums(ids: List<String>, market: CountryCode? = null): SpotifyApiResponse<Albums>
Deprecated
Spotify marks GET /v1/albums as deprecated.
Gets multiple Spotify albums by their IDs.
Return
Wrapped Spotify API response with status code and parsed Spotify payload.
Parameters
ids
Spotify IDs of target resources (comma-separated at request time).
market
Market (country) code used to localize and filter content.