get New Releases
suspend fun getNewReleases(pagingOptions: PagingOptions = PagingOptions(), country: CountryCode? = null): SpotifyApiResponse<NewRelease>
Deprecated
Spotify marks GET /v1/browse/new-releases as deprecated.
Gets Spotify new-release albums.
Return
Wrapped Spotify API response with status code and parsed Spotify payload.
Parameters
paging Options
Paging options (limit, offset) used for paged endpoints.
country
Country code used for market-specific filtering.