get New Releases
suspend fun getNewReleases(pagingOptions: PagingOptions = PagingOptions(), country: CountryCode? = null): SpotifyApiResponse<NewRelease>
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.