Album Api
Endpoints for retrieving information about one or more albums from the Spotify catalog.
Functions
Link copied to clipboard
suspend fun getAlbumTracks(album: String, limit: Int? = api.spotifyApiOptions.defaultLimit, offset: Int? = null, market: Market? = null): PagingObject<SimpleTrack>
Get Spotify catalog information about an album’s tracks. Optional parameters can be used to limit the number of tracks returned.