get Several Chapters
suspend fun getSeveralChapters(ids: List<String>, market: CountryCode? = null): SpotifyApiResponse<Chapters>
Deprecated
Spotify marks GET /v1/chapters as deprecated.
Gets multiple Spotify chapters 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.